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

19 lines
324 B

4 years ago
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"node"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}