Add a load of fallbacks and rework the docker bits
All checks were successful
Build and deploy / deploy (push) Successful in 1m58s

This commit is contained in:
2025-04-27 02:22:08 +01:00
parent 0ffaaf919d
commit 139f96f938
12 changed files with 153 additions and 140 deletions

View File

@@ -5,9 +5,17 @@
"clientKind": "git",
"useIgnoreFile": true
},
"files": { "ignoreUnknown": false, "ignore": [] },
"formatter": { "enabled": true },
"organizeImports": { "enabled": true },
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"lineWidth": 200
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {