chore: update package

This commit is contained in:
Methapon2001 2025-04-01 09:43:36 +07:00
parent c18ddd6985
commit 2bbc3de04b
3 changed files with 210 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"exec": "tsoa spec-and-routes && ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"watch": ["src", ".env"],
"ignore": ["src/routes.ts"]
}