refactor assets

This commit is contained in:
syuilo
2021-03-06 13:23:59 +09:00
parent 9b61306f59
commit bca4e5f0fa
182 changed files with 38 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
import * as Koa from 'koa';
import * as manifest from '../../client/assets/manifest.json';
import * as manifest from '../../../src/client/assets/manifest.json';
import { fetchMeta } from '../../misc/fetch-meta';
module.exports = async (ctx: Koa.Context) => {