fix: remove unused script

This commit is contained in:
hamster1963 2025-01-25 11:07:54 +08:00
parent 4a3c88c681
commit 9f6fa51c5a

View File

@ -10,9 +10,7 @@
"format": "biome format --write .",
"check": "biome check",
"check:fix": "biome check --fix",
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
"build-dev": "next build",
"start-dev": "next start"
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",