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

11
.nodemon/swc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/nodemon.json",
"ignore": [
"node_modules"
],
"env": {
"NODE_ENV": "dev"
},
"ext": "ts",
"exec": "pnpm build && pnpm start"
}