mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-24 08:44:21 +01:00
chore: remove unrelated changes
This commit is contained in:
9353
package-lock.json
generated
9353
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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:*'",
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user