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;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
/**
|
||||
* Copyright (c) 2025 miwa
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
#!/usr/bin/env -S deno run --allow-net --allow-write
|
||||
/**
|
||||
* Copyright (c) 2025 miwa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue