Skip to content

Commit 8a69558

Browse files
committed
chore: create new build
1 parent e927324 commit 8a69558

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dist/cli.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25011,11 +25011,11 @@ send.bind(null, 'PATCH');
2501125011
send.bind(null, 'DELETE');
2501225012
send.bind(null, 'PUT');
2501325013

25014-
console.log(`Starting docs preview server.\n`);
25015-
2501625014
const cache = {};
2501725015

2501825016
async function cli() {
25017+
console.log(`Starting docs preview server.\n`);
25018+
2501925019
const {
2502025020
pkg = "packages",
2502125021
docs = "documentation",
@@ -25038,6 +25038,7 @@ async function cli() {
2503825038
dir: path.join(process.cwd()),
2503925039
debounce: 40,
2504025040
filter: ({ path }) => {
25041+
console.log(path);
2504125042
return path.startsWith(pkg) || path.startsWith(docs);
2504225043
},
2504325044
});
@@ -25047,6 +25048,7 @@ async function cli() {
2504725048
// });
2504825049

2504925050
await pkg_watch.init();
25051+
console.log("watcher initialised");
2505025052
// await doc_watch.init();
2505125053
// let cons = 0;
2505225054
pkg_watch.on("+", ({ path, stats, isNew }) => {

0 commit comments

Comments
 (0)