chore: commit all changes
This commit is contained in:
8
instrumentation.ts
Normal file
8
instrumentation.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export async function register() {
|
||||
if (process.env.NEXT_RUNTIME === 'edge') {
|
||||
return;
|
||||
}
|
||||
|
||||
const { getWorld } = await import('workflow/runtime');
|
||||
await getWorld().start?.();
|
||||
}
|
||||
Reference in New Issue
Block a user