chore: remove unrelated changes

This commit is contained in:
d-kimsuon
2025-09-17 22:11:56 +09:00
parent 42d028b06d
commit ebc6ecef39
3 changed files with 2 additions and 9355 deletions

9353
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@
},
"scripts": {
"dev": "run-p 'dev:*'",
"dev:next": "next dev --turbopack",
"dev:next": "PORT=3400 next dev --turbopack",
"start": "node dist/index.js",
"build": "./scripts/build.sh",
"lint": "run-s 'lint:*'",

View File

@@ -6,7 +6,7 @@ if [ -d "dist/.next" ]; then
rm -rf dist/.next
fi
npx next build
pnpm exec next build
cp -r public .next/standalone/
cp -r .next/static .next/standalone/.next/