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

20 lines
283 B

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
3 years ago
"target": "ES2021",
"lib": [
3 years ago
"ES2021",
"DOM"
],
"allowJs": true,
"downlevelIteration": true
},
"include": [
"src/**/*.js",
"src/**/*.ts"
],
"exclude": [
"ass-x"
]
}