This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
SnapOtter
Watch
1
Star
0
Fork
0
mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced
2026-08-03 07:46:42 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9dac597362e2fbdd90447bfd7889f85dddfff90
SnapOtter
/
apps
/
api
/
src
/
config.ts
T
5 lines
95 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add Fastify API server with health check and env config
2026-03-22 02:46:34 +08:00
import
"dotenv/config"
;
import
{
loadEnv
}
from
"./lib/env.js"
;
export
const
env
=
loadEnv
();
Reference in New Issue
Copy Permalink