mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-15 20:13:45 +00:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import { env } from '$env/dynamic/private';
|
|
|
|
export function getEnv() {
|
|
return env;
|
|
}
|