idk
This commit is contained in:
parent
862b11b9ef
commit
9c6da082a0
31 changed files with 441 additions and 263 deletions
|
|
@ -18,7 +18,7 @@ for await (
|
|||
const entry of walk(dir, {
|
||||
exts: [".ts", ".tsx"],
|
||||
includeDirs: false,
|
||||
skip: [/node_modules/, /_fresh/, /copyright\.ts$/],
|
||||
skip: [/node_modules/, /_fresh/, /copyright\.ts$/, /generate-rss\.ts$/],
|
||||
})
|
||||
) {
|
||||
const filePath = entry.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue