Removes nodemon configuration

Removes the nodemon.json file as its configuration is no longer needed.
This commit is contained in:
Louis
2025-10-23 21:31:10 +02:00
parent 477d827e6f
commit 63ba9a284d

View File

@@ -1,5 +0,0 @@
{
"execMap": {
"ts": "node --env-file=.env"
}
}