feat: build vehicle data platform and production pipeline

This commit is contained in:
lingniu
2026-07-14 12:35:33 +08:00
parent b452be3b94
commit bb59303a4b
270 changed files with 88016 additions and 1975 deletions

View File

@@ -1,11 +1,14 @@
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
const apiProxyTarget = process.env.VITE_API_PROXY_TARGET || 'http://115.29.187.205:20200';
export default defineConfig({
plugins: [react()],
server: {
proxy: {
'/api': 'http://127.0.0.1:20300'
'/api': apiProxyTarget,
'/_AMapService': apiProxyTarget
}
},
test: {