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

build: target ES2022

pull/177/head
tycrek 2 years ago
parent e425425749
commit 20b907d676
No known key found for this signature in database
GPG Key ID: FF8A54DCE404885A

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

Loading…
Cancel
Save