This commit is contained in:
2025-10-07 13:06:45 +08:00
parent 4d8b394eed
commit 7069784fd1
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
# 應用程式 URL
# ================================
# 開發環境
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_APP_URL=http://localhost:12027
# 生產環境(部署到 Vercel 後修改)
# NEXT_PUBLIC_APP_URL=https://your-app-name.vercel.app

View File

@@ -4,9 +4,9 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev -p 12027",
"lint": "next lint",
"start": "next start"
"start": "next start -p 12027"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",