Create a test backend server with ExpressJs

This commit is contained in:
2024-09-03 19:10:18 +02:00
parent 4ec710e899
commit 64f3769953
7 changed files with 1809 additions and 12 deletions

View File

@@ -10,5 +10,8 @@
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
"include": [
"backend/**/*.ts",
]
}