chore: debug

This commit is contained in:
Acid Chicken (硫酸鶏) 2024-02-12 01:25:35 +09:00
parent 95c4bb47e1
commit b3ad56bcb5
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export default async function build() {
const patterns = await walk({ path: cwd, ignoreFiles: ['.gitignore'] });
for await (const entry of glob.stream(patterns, { cwd, ignore, dot: true })) {
console.log(entry);
pack.add(entry);
}