Skip to content

Commit

Permalink
Created the ~ alias for the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ojvribeiro committed Oct 2, 2022
1 parent be077fe commit b4c04ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vulmix/mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class VulmixInit {
resolve: {
extensions: ['.js', '.vue'],
alias: {
'~': path.resolve(__dirname, '../'),
'@': path.resolve(__dirname, '../.vulmix'),
'@assets': path.resolve(__dirname, '../assets'),
'@components': path.resolve(__dirname, '../components'),
Expand Down

1 comment on commit b4c04ee

@vercel
Copy link

@vercel vercel bot commented on b4c04ee Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vulmix – ./

vulmix.vercel.app
vulmix-git-main-ojvribeiro.vercel.app
vulmix-ojvribeiro.vercel.app

Please sign in to comment.