Skip to content

Commit

Permalink
Fix doc's build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 12, 2024
1 parent 3513359 commit f80eacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lib": ["esnext", "dom", "dom.iterable"],
"paths": {
"tethr": ["../core/src"],
"@tethr/vue3": ["../integrations/vue3"],
"@tethr/*": ["../integrations/*"],
},
},
"references": [{"path": ".."}],
Expand Down
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/vue3': path.resolve('../integrations/vue3'),
'@tethr': path.join(__dirname, '../integrations'),
},
},
define: {
Expand Down

0 comments on commit f80eacc

Please sign in to comment.