feat: add durable release controller and admin deploy modes
This commit is contained in:
@@ -121,6 +121,7 @@ const installFixture = async (
|
||||
: null,
|
||||
runtime: {
|
||||
profileName: 'hwe:default',
|
||||
frontendRunning: true,
|
||||
apiRunning: true,
|
||||
daemonRunning: true,
|
||||
auctionRunning: true,
|
||||
@@ -180,6 +181,12 @@ const installFixture = async (
|
||||
: []
|
||||
);
|
||||
}
|
||||
if (operation === 'admin.releases.gatewayState') {
|
||||
return response({ id: 'gateway', updatedAt: '2026-08-01T00:00:00.000Z' });
|
||||
}
|
||||
if (operation === 'admin.releases.list') {
|
||||
return response([]);
|
||||
}
|
||||
throw new Error(`Unhandled tRPC operation: ${operation}`);
|
||||
});
|
||||
await route.fulfill({
|
||||
|
||||
Reference in New Issue
Block a user