1
0
mirror of https://github.com/vbalien/voca.git synced 2025-12-06 11:26:21 +09:00

refactoring

This commit is contained in:
2022-02-26 03:16:54 +09:00
parent 0bc8aee9ff
commit 0467dd90e1
17 changed files with 47320 additions and 165 deletions

13
scripts.yml Normal file
View File

@@ -0,0 +1,13 @@
scripts:
crawl:
cmd: src/crawl.ts
allow:
- net
- write
- read
lock: lock.json
config: deno.jsonc
bundle: deno bundle -c deno.jsonc src/website/mod.ts doc/website.bundle.js
generate-lock: deno cache --lock=lock.json --lock-write src/deps.ts