Updated folder structure

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-09-26 11:12:47 +02:00
parent 5b8a1ef349
commit 1698ed1e80
8 changed files with 24 additions and 14 deletions

14
.nodemon/ts.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/nodemon.json",
"restartable": "rs",
"ignore": [
"node_modules"
],
"verbose": true,
"env": {
"NODE_ENV": "dev",
"TYPESCRIPT": "true"
},
"ext": "ts",
"exec": "tsx"
}