[fix] bug

This commit is contained in:
2023-12-06 15:01:33 +08:00
parent 28c58d2bfa
commit 1726e98dfd
103 changed files with 4175 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import path from "path";
import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
@@ -24,5 +24,5 @@ export default defineConfig({
outDir: "./build"
},
base: "./",
envDir: "./viteEnv",
// envDir: "./viteEnv",
});