feat: merge automation workflow updates

This commit is contained in:
ant-black
2026-06-05 23:24:09 +08:00
parent 8dabaa43c3
commit adfbd25ca5
137 changed files with 15490 additions and 3882 deletions
+3 -1
View File
@@ -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,
})