mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
oops
This commit is contained in:
parent
cd44c5dfa4
commit
7181cfc79f
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user