Skip to content

Commit 689d7ad

Browse files
committed
feat(datasource): front config
1 parent 4374387 commit 689d7ad

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

frontend/vite.config.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ export default defineConfig(({ mode }) => {
4646
esbuild: {
4747
jsxFactory: 'h',
4848
jsxFragment: 'Fragment',
49-
},
50-
server: {
51-
proxy: {
52-
'/api': {
53-
target: 'http://192.168.11.65:8000',
54-
changeOrigin: true,
55-
rewrite: path => path.replace(/^\/api/, '/api')
56-
}
57-
},
58-
port: 8080
5949
}
6050
}
6151
})

0 commit comments

Comments
 (0)