改 port
This commit is contained in:
@@ -12,7 +12,7 @@ NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
|
|||||||
# 應用程式 URL
|
# 應用程式 URL
|
||||||
# ================================
|
# ================================
|
||||||
# 開發環境
|
# 開發環境
|
||||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
NEXT_PUBLIC_APP_URL=http://localhost:12027
|
||||||
|
|
||||||
# 生產環境(部署到 Vercel 後修改)
|
# 生產環境(部署到 Vercel 後修改)
|
||||||
# NEXT_PUBLIC_APP_URL=https://your-app-name.vercel.app
|
# NEXT_PUBLIC_APP_URL=https://your-app-name.vercel.app
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"dev": "next dev",
|
"dev": "next dev -p 12027",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"start": "next start"
|
"start": "next start -p 12027"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hookform/resolvers": "^3.9.1",
|
"@hookform/resolvers": "^3.9.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user