mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
feat: merge automation workflow updates
This commit is contained in:
@@ -318,7 +318,9 @@ function main() {
|
||||
childKilledByRssLimit = false
|
||||
child = spawn(nodeExecutable, nodeArgs.args, {
|
||||
cwd: frontendDir,
|
||||
stdio: 'inherit',
|
||||
// Keep stdin open for Vite. In detached Windows launches the inherited
|
||||
// stdin can close immediately, which makes Vite exit cleanly after boot.
|
||||
stdio: ['pipe', 'inherit', 'inherit'],
|
||||
env: childEnv,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user