fix: move frontend dev server to port 5100
This commit is contained in:
+1
-1
@@ -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' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user