wanshenmean
2026-03-17 7a2d709d935075bcdc48e0f3f0ae9f4641663b9f
Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/vite.config.ts
@@ -4,10 +4,11 @@
export default defineConfig({
  plugins: [vue()],
  server: {
    host: '0.0.0.0',
    port: 3000,
    proxy: {
      '/api': {
        target: 'http://localhost:5000',
        target: 'http://localhost:5137',
        changeOrigin: true
      }
    }