fix: wire stack restart to TypeScript entrypoint

This commit is contained in:
Eyejoker
2026-03-31 05:25:50 +09:00
parent 648457d717
commit 189c8795a1
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ const STEPS: Record<
runners: () => import('./runners.js'),
groups: () => import('./groups.js'),
register: () => import('./register.js'),
'restart-stack': () => import('./restart-stack.js'),
service: () => import('./service.js'),
verify: () => import('./verify.js'),
};