We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33cecd commit 81daeb2Copy full SHA for 81daeb2
1 file changed
instrumentation.ts
@@ -9,7 +9,7 @@
9
*/
10
11
export async function register() {
12
- // node-cron (and drivative libraries) uses Node.js timers, which are not available in Edge
+ // node-cron (and derivative libraries) uses Node.js timers, which are not available in Edge
13
// runtime. The register() function runs in both Node.js and Edge runtimes.
14
// We must guard against Edge runtime to prevent crashes.
15
if (process.env.NEXT_RUNTIME === 'nodejs') {
0 commit comments