We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf0b2f commit 7644a75Copy full SHA for 7644a75
vite.config.ts
@@ -30,6 +30,7 @@ export default defineConfig({
30
resolve: {
31
alias: {
32
'@': fileURLToPath(new URL('./src', import.meta.url)),
33
+ '@root': fileURLToPath(new URL('.', import.meta.url)),
34
},
35
extensions: [
36
'.js',
0 commit comments