This commit is contained in:
Daniel Ledda
2024-06-02 14:56:42 +02:00
parent c0e38737eb
commit cd8d38a998
10 changed files with 128 additions and 6 deletions

View File

@@ -7,7 +7,9 @@ import prodEnv from './prod.env';
const { DEVELOPMENT, BASE_URL } = process.env.DEV ? devEnv : prodEnv;
export default defineConfig({
plugins: [vue()],
plugins: [
vue(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),