🔧 Add suspendWorkspace script

This commit is contained in:
Baptiste Arnaud
2024-01-02 11:03:30 +01:00
parent 7ce1a4d3d1
commit 22506223a4
3 changed files with 73 additions and 23 deletions

View File

@@ -18,7 +18,8 @@
"createChatsPrices": "tsx createChatsPrices.ts",
"migrateSubscriptionsToUsageBased": "tsx migrateSubscriptionsToUsageBased.ts",
"importContactToBrevo": "tsx importContactToBrevo.ts",
"getUsage": "tsx getUsage.ts"
"getUsage": "tsx getUsage.ts",
"suspendWorkspace": "SKIP_ENV_CHECK=true dotenv -e ./.env.production -- tsx suspendWorkspace.ts"
},
"devDependencies": {
"@typebot.io/emails": "workspace:*",