feat(queue): add typed application queue lifecycle
This commit is contained in:
@@ -813,6 +813,7 @@ export async function startServer(opts: ServeOptions): Promise<RunningServer> {
|
||||
watcher?.close();
|
||||
unsubscribeDevToolbar?.();
|
||||
server.stop();
|
||||
void handlers.shutdown();
|
||||
void pluginRunner.hook("shutdown");
|
||||
rmSync(cacheDir, { recursive: true, force: true, maxRetries: 3, retryDelay: 100 });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user