🐛 (stripe) Fix plan update and management
This commit is contained in:
committed by
Baptiste Arnaud
parent
f83e0efea2
commit
6384a3adae
@@ -7,9 +7,7 @@
|
||||
"scripts": {
|
||||
"start:local": "ts-node index.ts",
|
||||
"start:staging": "NODE_ENV=staging ts-node index.ts",
|
||||
"start:prod": "NODE_ENV=production ts-node index.ts",
|
||||
"start:workspaces:migration": "ts-node workspaceMigration.ts",
|
||||
"start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts"
|
||||
"start:prod": "NODE_ENV=production ts-node index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.7.16",
|
||||
@@ -17,6 +15,6 @@
|
||||
"models": "workspace:*",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.3",
|
||||
"utils": "*"
|
||||
"utils": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user