fix(cutover): launch gateway without wrapper pid
This commit is contained in:
@@ -144,7 +144,9 @@ describe('cutover validation and reversible orchestration', () => {
|
||||
expect(signals).toEqual([41, 42]);
|
||||
expect(starts.map((start) => start.argv)).toEqual([
|
||||
[
|
||||
resolve(process.cwd(), 'apps/api/node_modules/.bin/tsx'),
|
||||
process.execPath,
|
||||
'--import',
|
||||
resolve(process.cwd(), 'node_modules/.pnpm/tsx@4.22.4/node_modules/tsx/dist/loader.mjs'),
|
||||
resolve(process.cwd(), 'apps/api/src/production-gateway-cli.ts'),
|
||||
],
|
||||
['/usr/bin/true', 'legacy'],
|
||||
|
||||
Reference in New Issue
Block a user