⚗️ Add inspect user script

This commit is contained in:
Baptiste Arnaud
2023-06-21 10:43:42 +02:00
parent 3be39cbc78
commit 931540b91b
2 changed files with 132 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
"db:bulkUpdate": "tsx bulkUpdate.ts",
"db:fixTypebots": "tsx fixTypebots.ts",
"telemetry:sendTotalResultsDigest": "tsx sendTotalResultsDigest.ts",
"sendAlertEmails": "tsx sendAlertEmails.ts"
"sendAlertEmails": "tsx sendAlertEmails.ts",
"inspectUser": "tsx inspectUser.ts"
},
"devDependencies": {
"@typebot.io/emails": "workspace:*",