parent
256e6d6309
commit
09443245d9
5 changed files with 200 additions and 43 deletions
4
.github/scripts/convert/index.mjs
vendored
4
.github/scripts/convert/index.mjs
vendored
|
|
@ -28,7 +28,7 @@ for (let i = 0; i < avis.length; i++) {
|
|||
}
|
||||
|
||||
await writeFile(
|
||||
join("../../", "db", "data.json"),
|
||||
join("../../", "db", "datadesktop.json"),
|
||||
format(
|
||||
JSON.stringify({
|
||||
avatars,
|
||||
|
|
@ -38,4 +38,4 @@ await writeFile(
|
|||
parser: "json",
|
||||
}
|
||||
)
|
||||
);
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue