chore(web): move the development server to port 7100
Use port 7100 for the local Vite server while retaining external host access.
This commit is contained in:
@@ -31,6 +31,6 @@ export default defineConfig({
|
||||
],
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
port: 31573,
|
||||
port: 7100,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user