feat(runtime): 정적 프런트엔드와 격리 빌더를 구성한다
Caddy가 불변 아티팩트를 직접 제공하고 runtime과 builder의 자원·비밀 경계를 분리한다. Gateway active release ref를 재기동에 복원하고 production/development/smoke 모델 검증을 확장한다.
This commit is contained in:
@@ -19,13 +19,6 @@ module.exports = {
|
||||
script: path.join(root, 'app/gateway-api/dist/index.js'),
|
||||
env: { ...process.env, GATEWAY_ROLE: 'api' },
|
||||
},
|
||||
{
|
||||
...common,
|
||||
name: 'sammo:gateway-frontend',
|
||||
cwd: path.join(root, 'app/gateway-frontend'),
|
||||
script: path.join(root, 'app/gateway-frontend/node_modules/vite/bin/vite.js'),
|
||||
args: 'preview --host 0.0.0.0 --port 15000',
|
||||
},
|
||||
{
|
||||
...common,
|
||||
name: 'sammo:gateway-orchestrator',
|
||||
|
||||
Reference in New Issue
Block a user