Issues git resolved
This commit is contained in:
@@ -4,12 +4,18 @@ import react from '@vitejs/plugin-react';
|
||||
|
||||
export default defineConfig(() => {
|
||||
return {
|
||||
server: {
|
||||
port: 3012,
|
||||
host: '0.0.0.0',
|
||||
hmr: {
|
||||
clientPort: 3012,
|
||||
},
|
||||
server: {
|
||||
port: 3012,
|
||||
host: '0.0.0.0',
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:3013',
|
||||
changeOrigin: false,
|
||||
},
|
||||
},
|
||||
hmr: {
|
||||
clientPort: 3012,
|
||||
},
|
||||
watch: {
|
||||
usePolling: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user