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
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"lib": ["ES2022"],
"module": "ESNext",
"target": "ES2022"
},
"include": ["src/**/*"]
}