Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/src/commit/fa38f14a0cd972b0196ade9bed4e7c4ef397aee4/backend/log.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
ass/backend/log.ts

3 lines
74 B

import { TLog } from '@tycrek/log';
export const log = new TLog('debug');