Update index.mjs

This commit is contained in:
FoxStorm1 2023-09-24 16:46:16 +01:00 committed by GitHub
parent b404be5d92
commit a68305e0d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ for (const id of Object.keys(templates)) {
console.log("Generating dist.css...");
const data = JSON.parse(
await readFile(join("../../", "db", "datadesktop.json"), "utf8")
await readFile(join("../../", "db", "data.json"), "utf8")
);
const dist = [];