bug fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// ... existing code ...
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import { fileURLToPath, URL } from "node:url";
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
@@ -56,8 +56,7 @@ export default defineConfig({
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": "/src",
|
||||
"@/services": "/src/services",
|
||||
"@": fileURLToPath(new URL("./src", import.meta.url)),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user