1.4.3原版
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import { sharedPluginsConfig } from './src/vite/shared-plugin-config';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [...sharedPluginsConfig],
|
||||
server: {
|
||||
proxy: {
|
||||
'/apis': {
|
||||
target: 'http://localhost:8090',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user