Revert package change

This commit is contained in:
Ola Hungerford
2025-02-14 07:44:50 -07:00
parent 133b785f79
commit 59e7639d39

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",