fix(web): change port to 3007, add auto port cleanup, graceful error handling
This commit is contained in:
@@ -13,9 +13,9 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 5173,
|
||||
proxy: {
|
||||
'/api': 'http://localhost:3001',
|
||||
'/api': 'http://localhost:3007',
|
||||
'/ws': {
|
||||
target: 'ws://localhost:3001',
|
||||
target: 'ws://localhost:3007',
|
||||
ws: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user