🔧 (scripts) Add typebot fix script

Closes #192
This commit is contained in:
Baptiste Arnaud
2022-12-27 10:05:50 +01:00
parent 8382fd7b71
commit ad72557310
7 changed files with 217 additions and 6 deletions

View File

@@ -9,12 +9,14 @@
"db:backup": "tsx backupDatabase.ts",
"db:restore": "tsx restoreDatabase.ts",
"db:setCustomPlan": "tsx setCustomPlan.ts",
"db:bulkUpdate": "tsx bulkUpdate.ts"
"db:bulkUpdate": "tsx bulkUpdate.ts",
"db:fixTypebots": "tsx fixTypebots.ts"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/prompts": "^2.4.2",
"db": "workspace:*",
"deep-object-diff": "1.1.9",
"emails": "workspace:*",
"got": "12.5.3",
"models": "workspace:*",