We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36cae5 commit 8f85dd4Copy full SHA for 8f85dd4
docs/.vitepress/build-system/build.mts
@@ -23,6 +23,7 @@ build(
23
'node:fs',
24
'semver',
25
'fast-glob',
26
+ 'tinyglobby',
27
'debug'
28
]
29
)
docs/.vitepress/config.mts
@@ -162,6 +162,7 @@ export default async () => {
162
tslib: path.join(dirname, '../../node_modules/tslib/tslib.es6.js'),
163
globby: path.join(dirname, './build-system/shim/empty.mjs'),
164
'fast-glob': path.join(dirname, './build-system/shim/empty.mjs'),
165
+ tinyglobby: path.join(dirname, './build-system/shim/empty.mjs'),
166
module: path.join(dirname, './build-system/shim/empty.mjs')
167
}
168
},
0 commit comments