initial commit

This commit is contained in:
2022-01-28 20:55:51 +02:00
commit dcaf6d8077
7 changed files with 1401 additions and 0 deletions

7
src/config.ts Normal file
View File

@@ -0,0 +1,7 @@
const config = {
prof: false,
port: 3333,
mongodb: 'mongodb://localhost/ts-example',
}
export default config;