Revert package and check in package-lock

This commit is contained in:
Ola Hungerford
2025-02-15 04:47:20 -07:00
parent f7312ab331
commit 5b2d54ae3b
2 changed files with 124 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "node --import tsx --watch --watch-preserve-output src/index.ts"
"dev": "tsx watch --clear-screen=false src/index.ts"
},
"devDependencies": {
"@types/cors": "^2.8.17",