1
0
mirror of https://github.com/vbalien/voca.git synced 2025-12-06 19:36:20 +09:00
This commit is contained in:
2022-02-26 03:20:27 +09:00
parent 0467dd90e1
commit e8a6924d36
6 changed files with 2 additions and 2 deletions

View File

@@ -47,6 +47,6 @@ for (const level of levels) {
}
Deno.writeTextFileSync(
path.join(__dirname, "../doc/", "voca.json"),
path.join(__dirname, "../docs/", "voca.json"),
JSON.stringify(result),
);