This commit is contained in:
2026-02-12 10:24:03 +09:00
parent 3cea3e66d0
commit 8f1d75b4d5
41 changed files with 22902 additions and 43669 deletions

View File

@@ -3,10 +3,12 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --port 3001 --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"sync:stocks": "node scripts/sync-korean-stocks.mjs",
"sync:stocks:check": "node scripts/sync-korean-stocks.mjs --check"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",