Skip to content

Commit c0aaf09

Browse files
committed
Fix Vite config
1 parent 00fbe7a commit c0aaf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
resolve: {
1010
alias: {
1111
tethr: path.resolve('../core/src'),
12-
'@tethr': path.resolve('../integrations'),
12+
'@tethr/vue3': path.resolve('../integrations/vue3/src'),
1313
},
1414
},
1515
define: {

0 commit comments

Comments
 (0)