feat: add Fastify API server with health check and env config

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 02:46:34 +08:00
parent 19e48203bb
commit 1e7fb11da0
6 changed files with 1185 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import "dotenv/config";
import { loadEnv } from "./lib/env.js";
export const env = loadEnv();