Skip to content

Commit

Permalink
Use "server" context property
Browse files Browse the repository at this point in the history
Co-authored-by: Snazzah <[email protected]>
  • Loading branch information
KitsuneDev and Snazzah authored Jul 4, 2024
1 parent 6745cc7 commit 302c287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/cfworker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class CloudflareWorkerServer extends Server {
})
);
},
{ cloudflare: true, ...env }
{ server: 'cloudflare', ...env }
).catch(reject)
);
}) as Promise<any>;
Expand Down

0 comments on commit 302c287

Please sign in to comment.