Skip to content

Commit 88936e6

Browse files
committed
refactor to monorepo style
1 parent 169bb14 commit 88936e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config = {
4545
projectRoot: join(__dirname, '..'),
4646
// Monorepo
4747
packages: [ {
48-
path: 'pkg',
48+
path: 'packages/webz',
4949
entry: 'webzjs.d.ts',
5050
},],
5151
minimal: false,

docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"compilerOptions": {
44
"baseUrl": "."
55
},
6-
"include": ["../pkg/**/*"]
6+
"include": ["../packages/**/*"]
77
}

0 commit comments

Comments
 (0)