Update dev command

This commit is contained in:
Ola Hungerford
2025-01-29 20:16:51 -07:00
parent 58ad8103f7
commit 6a3d901a72

View File

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