再次合并远端主分支更新

同步 AGC 启动脚本导入顺序修复
This commit is contained in:
2026-08-08 17:37:43 +08:00
@@ -1,6 +1,11 @@
import { resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
import {
readAgcDevEndpoint,
resolveAgcDevEndpoint,
withAgcDevEndpointEnv,
} from './dev-port.mjs';
import {
preflightExistingVite,
spawnChild,
@@ -8,11 +13,6 @@ import {
terminateChildTree,
waitForChildTermination,
} from './start-dev-stack.mjs';
import {
readAgcDevEndpoint,
resolveAgcDevEndpoint,
withAgcDevEndpointEnv,
} from './dev-port.mjs';
const appRoot = fileURLToPath(new URL('..', import.meta.url));
const repoRoot = resolve(appRoot, '../..');