Skip to content

Commit

Permalink
Merge pull request #222 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix root alias
  • Loading branch information
José Luis Pereira authored and GitHub committed Aug 20, 2024
2 parents c6b114e + 5066440 commit d098872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default () => {
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
'#': path.resolve(__dirname, '/')
'#': path.resolve(__dirname, '.')
}
},
plugins: [
Expand Down

0 comments on commit d098872

Please sign in to comment.