mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
fix build error
This commit is contained in:
7
instrumentation.ts
Normal file
7
instrumentation.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { init } from '@/lib/env.server' // startup env var check
|
||||
|
||||
export function register() {
|
||||
if (typeof window === "undefined") {
|
||||
init()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user