From 7069784fd18e088785dffd733976cf37ebd249be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E4=BD=A9=E5=BA=AD?= Date: Tue, 7 Oct 2025 13:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=20port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.template | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env.template b/env.template index 981e7ee..f35d15a 100644 --- a/env.template +++ b/env.template @@ -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 diff --git a/package.json b/package.json index 8e6c0ae..f5a52ba 100644 --- a/package.json +++ b/package.json @@ -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",