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

Target ES2021

pull/125/head
tycrek 3 years ago
parent 0f54ac24b4
commit 76eecfcaa7
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -2,8 +2,9 @@
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"target": "ES2021",
"lib": [
"ES2020",
"ES2021",
"DOM"
],
"allowJs": true,

Loading…
Cancel
Save