Skip to content

Commit

Permalink
added @ alias - points to 'src' folder
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosubasic committed Oct 13, 2024
1 parent 402f3f6 commit d71d298
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': '/src'
}
}
})

0 comments on commit d71d298

Please sign in to comment.