#
vincentlu
2025-04-18 a957c1c914f6890c8a6a8c477495809b065fcbcf
zy-acs-flow/vite.config.js
@@ -15,6 +15,7 @@
    server: {
      port: 5000,
      host: '0.0.0.0',
      // available in run dev
      proxy: {
        '/api': {
          target: `http://${env.VITE_BASE_IP}:${env.VITE_BASE_PORT}`,