修正 AI 產出結果

This commit is contained in:
2025-09-23 18:15:25 +08:00
parent 1d6b1b61b7
commit b6e4f30712
9 changed files with 177 additions and 84 deletions

View File

@@ -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"
},