Skip to content

Commit 8f6c2fb

Browse files
use run fork for warming runtime
1 parent b902a5f commit 8f6c2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tinyburg.app/api/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ export const AppLive = Layer.mergeAll(DatabaseLive, FetchHttpClient.layer).pipe(
4848
export const AppRuntime = ManagedRuntime.make(AppLive);
4949

5050
// Warm the runtime at module load time
51-
AppRuntime.runSyncExit(Effect.void);
51+
AppRuntime.runFork(Effect.void);

0 commit comments

Comments
 (0)