Updated dev files

This commit is contained in:
2025-05-31 23:44:34 +02:00
parent 314dcc0421
commit 1777537a26
4 changed files with 7 additions and 6 deletions

View File

@@ -10,5 +10,5 @@
"TYPESCRIPT": "true"
},
"ext": "ts",
"exec": "tsx --inspect-brk"
"exec": "tsx --inspect-brk src/index.ts"
}