修正 AI 產出結果
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"dev": "next dev",
|
||||
"dev": "next dev -p 12024",
|
||||
"lint": "next lint",
|
||||
"start": "next start",
|
||||
"start": "next start -p 12024",
|
||||
"db:init": "node scripts/init-database-simple.js",
|
||||
"db:test": "node scripts/test-database.js"
|
||||
},
|
||||
|
Reference in New Issue
Block a user