Test new production deployment

This commit is contained in:
2025-11-27 14:28:12 +03:00
Unverified
parent 84aae7721b
commit 807cbe88d2
9 changed files with 627 additions and 15 deletions
+14 -1
View File
@@ -33,7 +33,7 @@
"panel": "shared"
},
"group": {
"kind": "build",
"kind": "build"
},
"isBackground": true
},
@@ -87,6 +87,19 @@
"focus": false,
"panel": "shared"
}
},
{
"label": "Pre-commit checks",
"type": "shell",
"command": "npm run frontend:typecheck",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "dedicated",
"clear": true
},
"problemMatcher": "$tsc"
}
]
}