feat: add external module architecture

This commit is contained in:
reaper
2026-08-14 12:08:21 -05:00
parent 133a3d428d
commit 31e6150ecd
31 changed files with 389 additions and 985 deletions
-2
View File
@@ -10,7 +10,6 @@ import { registerLogsIpc } from './ipc/logs'
import { registerCreateIpc } from './ipc/create'
import { registerWindowIpc } from './ipc/window'
import { registerSecretsIpc } from './ipc/secrets'
import { registerWordpressIpc } from './ipc/wordpress'
import { killAllRunningCommands, powerOffAllProjects } from './commandRunner'
function createWindow(): void {
@@ -68,7 +67,6 @@ app.whenReady().then(() => {
registerCreateIpc()
registerWindowIpc()
registerSecretsIpc()
registerWordpressIpc()
createWindow()