This commit is contained in:
Crimekillz 2024-06-30 13:00:19 +02:00
parent cd44c5dfa4
commit 7181cfc79f

View File

@ -4,7 +4,7 @@ import fs from "fs";
import path from 'path'; import path from 'path';
export const manifestHandler = async (ctx: Koa.Context) => { export const manifestHandler = async (ctx: Koa.Context) => {
const res = JSON.parse(fs.readFileSync(path.resolve('./src/server/web/manifest.json'), 'utf-8')); const res = JSON.parse(fs.readFileSync(path.resolve('./built/server/web/manifest.json'), 'utf-8'));
const instance = await fetchMeta(true); const instance = await fetchMeta(true);