Skip to content

Commit

Permalink
chore: fix import alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Dec 20, 2024
1 parent 78736eb commit a514f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
alias: [
{
find: '~/',
replacement: '/apps/client/app',
replacement: './app/',
},
],
},
Expand Down

0 comments on commit a514f16

Please sign in to comment.