mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
chore(electron): remove obsolete debugger flags
This commit is contained in:
@@ -398,7 +398,6 @@ function startStage(debugPort: number, heartbeatLines: string[]): ChildProcessWi
|
||||
...env,
|
||||
APP_REMOTE_DEBUG: 'true',
|
||||
APP_REMOTE_DEBUG_PORT: String(debugPort),
|
||||
APP_REMOTE_DEBUG_NO_OPEN: 'true',
|
||||
APP_USER_DATA_PATH: userDataDir,
|
||||
AIRI_DESKTOP_OVERLAY: '1',
|
||||
AIRI_DESKTOP_OVERLAY_POLL_HEARTBEAT: '1',
|
||||
|
||||
@@ -501,7 +501,6 @@ async function main() {
|
||||
...env,
|
||||
APP_REMOTE_DEBUG: 'true',
|
||||
APP_REMOTE_DEBUG_PORT: String(debugPort),
|
||||
APP_REMOTE_DEBUG_NO_OPEN: 'true',
|
||||
},
|
||||
stdio: 'pipe',
|
||||
})
|
||||
|
||||
@@ -666,7 +666,6 @@ async function main() {
|
||||
...env,
|
||||
APP_REMOTE_DEBUG: 'true',
|
||||
APP_REMOTE_DEBUG_PORT: String(debugPort),
|
||||
APP_REMOTE_DEBUG_NO_OPEN: 'true',
|
||||
APP_USER_DATA_PATH: userDataDir,
|
||||
},
|
||||
stdio: 'pipe',
|
||||
|
||||
@@ -658,7 +658,6 @@ async function main() {
|
||||
...env,
|
||||
APP_REMOTE_DEBUG: 'true',
|
||||
APP_REMOTE_DEBUG_PORT: String(debugPort),
|
||||
APP_REMOTE_DEBUG_NO_OPEN: 'true',
|
||||
},
|
||||
stdio: 'pipe',
|
||||
})
|
||||
|
||||
@@ -554,7 +554,6 @@ async function main() {
|
||||
...env,
|
||||
APP_REMOTE_DEBUG: 'true',
|
||||
APP_REMOTE_DEBUG_PORT: String(debugPort),
|
||||
APP_REMOTE_DEBUG_NO_OPEN: 'true',
|
||||
},
|
||||
stdio: 'pipe',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user