Added schema entries for all json files

This commit is contained in:
2024-08-24 23:04:22 +02:00
parent 37a95bda70
commit 17896844a5
4 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/nodemon.json",
"ignore": [
".git",
"node_modules",
@@ -9,4 +10,4 @@
},
"ext": "ts",
"exec": "yarn build && yarn start"
}
}