Refactor loading vue app

This commit is contained in:
Maarten 2024-11-25 19:38:04 +01:00
parent b00f92a2fe
commit f41db67663
3 changed files with 20 additions and 20 deletions

View file

@ -23,8 +23,7 @@ export default defineConfig({
resolve: {
alias: {
'@styles': path.resolve('resources/styles'),
'@scripts': path.resolve('resources/scripts'),
'@app': path.resolve('resources/scripts/app')
'@scripts': path.resolve('resources/scripts')
},
},
css: {