mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 11:30:01 -04:00
fix: path change for assets; I guess babel is needed after all
This commit is contained in:
parent
f192cc85b8
commit
3c4789d8ee
10 changed files with 333 additions and 257 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue