Skip to content

Commit

Permalink
refactor to monorepo style
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 9, 2024
1 parent 169bb14 commit 88936e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config = {
projectRoot: join(__dirname, '..'),
// Monorepo
packages: [ {
path: 'pkg',
path: 'packages/webz',
entry: 'webzjs.d.ts',
},],
minimal: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"baseUrl": "."
},
"include": ["../pkg/**/*"]
"include": ["../packages/**/*"]
}

0 comments on commit 88936e6

Please sign in to comment.