Allow configuring environmental variables in panel (#626)
- [ ] Add test cases
This commit is contained in:
@@ -23,6 +23,7 @@ import { registerContextPathsHandlers } from "./handlers/context_paths_handlers"
|
||||
import { registerAppUpgradeHandlers } from "./handlers/app_upgrade_handlers";
|
||||
import { registerCapacitorHandlers } from "./handlers/capacitor_handlers";
|
||||
import { registerProblemsHandlers } from "./handlers/problems_handlers";
|
||||
import { registerAppEnvVarsHandlers } from "./handlers/app_env_vars_handlers";
|
||||
|
||||
export function registerIpcHandlers() {
|
||||
// Register all IPC handlers by category
|
||||
@@ -51,4 +52,5 @@ export function registerIpcHandlers() {
|
||||
registerContextPathsHandlers();
|
||||
registerAppUpgradeHandlers();
|
||||
registerCapacitorHandlers();
|
||||
registerAppEnvVarsHandlers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user