Update GitHub action to allow manual deployment from any branch

This commit is contained in:
Mathias Malmqvist
2025-10-02 17:59:28 +02:00
committed by dualshock-tools
parent 6426dafb6d
commit 5410239dfb
4 changed files with 961 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"typescript.tsdk": "hygglo-core/node_modules/typescript/lib"
}
}