refactor: change ports to non-standard (backend: 8765, frontend: 4321)
This commit is contained in:
@@ -5,9 +5,9 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
port: 3000,
|
||||
port: 4321,
|
||||
proxy: {
|
||||
'/api': 'http://backend:8000',
|
||||
'/api': 'http://backend:8765',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user