Skip to content

Commit

Permalink
Fix Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 12, 2024
1 parent 00fbe7a commit 5deb713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
resolve: {
alias: {
tethr: path.resolve('../core/src'),
'@tethr': path.resolve('../integrations'),
'@tethr/vue3': path.resolve('../integrations/vue3/src'),
},
},
define: {
Expand Down

0 comments on commit 5deb713

Please sign in to comment.