mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 22:14:07 +01:00
Update vite.config.js
This commit is contained in:
parent
6ac8c65de7
commit
84bd04126e
@ -1,7 +1,6 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
@ -9,4 +8,7 @@ export default defineConfig({
|
||||
src: "/src",
|
||||
},
|
||||
},
|
||||
define: {
|
||||
__APP_ENV__: import.meta.env.VITE_VERCEL_ENV,
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user