feat(dashboard): add manual input option for service name selection in domain handling

This commit is contained in:
Mauricio Siu
2025-08-02 13:20:00 -06:00
parent 1d4d766f3a
commit 346eb24926
2 changed files with 119 additions and 69 deletions

View File

@@ -27,7 +27,8 @@
"noUnsafeOptionalChaining": "off",
"noUnusedImports": "error",
"noUnusedFunctionParameters": "error",
"noUnusedVariables": "error"
"noUnusedVariables": "error",
"useHookAtTopLevel": "off"
},
"style": {
"noNonNullAssertion": "off",