fix: move frontend dev server to port 5100

This commit is contained in:
2026-09-20 15:11:13 +08:00
parent 42cbf8e460
commit c04cbb9eaf
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function creatorHubApiProxy(): Plugin {
export default defineConfig({
server: {
host: true,
port: 5173,
port: 5100,
strictPort: true,
proxy: { '/api': 'http://127.0.0.1:8082' }
},