This commit is contained in:
hailin 2025-07-28 22:01:51 +08:00
parent 4d6f9478dc
commit c79b50f610
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"init": "node initialize.js",
"build": "nuxt generate",
"build": "nuxt build",
"build:test": "nuxt generate --dotenv .env.development",
"dev": "nuxt dev",
"test": "nuxt dev --dotenv .env.test",