mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
Initial commit
This commit is contained in:
6
src/instrumentation.ts
Normal file
6
src/instrumentation.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export async function register() {
|
||||
if (process.env.NEXT_RUNTIME === "nodejs") {
|
||||
const { startTrafficSyncScheduler } = await import("./services/traffic-sync-scheduler");
|
||||
startTrafficSyncScheduler();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user