feat(api): scaffold express server with /api/health endpoint
This commit is contained in:
parent
04acd4b580
commit
a0f008be74
4 changed files with 34 additions and 1 deletions
|
|
@ -7,6 +7,8 @@
|
|||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"types": ["vitest/globals"],
|
||||
},
|
||||
"include": ["src"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue