We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c40d9b commit ab2e6d9Copy full SHA for ab2e6d9
src/httpServer.ts
@@ -19,4 +19,5 @@ export const { registerCleanupFn } = httpServerFactory({
19
context,
20
apiFactories,
21
additionalSetup,
22
+ stateful: false,
23
});
0 commit comments