mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import { init } from '@/lib/env.server' // startup env var check
|
|
|
|
export function register() {
|
|
if (typeof window === "undefined") {
|
|
init()
|
|
}
|
|
} |