thay dỏi cong

This commit is contained in:
2026-04-27 22:13:43 +07:00
parent 0de7d67511
commit f6c5dce452
6 changed files with 66 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { traeBadgePlugin } from 'vite-plugin-trae-solo-badge';
// https://vite.dev/config/
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), "");
const backend = env.VITE_DEV_BACKEND_URL || "http://localhost:8000";
const backend = env.VITE_DEV_BACKEND_URL || "http://localhost:8008";
return {
server: {