fix: path change for assets; I guess babel is needed after all

This commit is contained in:
Quite A Fancy Emerald 2024-11-25 14:58:37 -08:00
parent f192cc85b8
commit 3c4789d8ee
10 changed files with 333 additions and 257 deletions

View file

@ -7,7 +7,7 @@ import ecosystem from './ecosystem.config.js';
// Some necessary constants are copied over from /src/server.mjs.
const config = Object.freeze(
JSON.parse(await readFile(new URL('./src/config.json', import.meta.url)))
JSON.parse(await readFile(new URL('./config.json', import.meta.url)))
),
ecosystemConfig = Object.freeze(
ecosystem.apps.find((app) => app.name === 'HolyUB') || ecosystem.apps[0]