Merge pull request #5 from LeaderOnePro/main
Update the Vite configuration and correct the path resolution to support file URLs.
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineConfig({
|
|||||||
base: "/app/",
|
base: "/app/",
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
"@": path.resolve(new URL(".", import.meta.url).pathname, "./src"),
|
"@": path.resolve(__dirname, "./src"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
|||||||
Reference in New Issue
Block a user