Add draft version of enhanced object input editing

This commit is contained in:
Ola Hungerford
2025-01-27 21:05:11 -07:00
parent 361f9d109b
commit a4469f7895
6 changed files with 363 additions and 45 deletions

View File

@@ -16,7 +16,7 @@
"scripts": {
"build": "tsc",
"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": {
"@types/cors": "^2.8.17",