diff options
Diffstat (limited to 'packages/console/core/script/pull-models.ts')
| -rwxr-xr-x | packages/console/core/script/pull-models.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/script/pull-models.ts b/packages/console/core/script/pull-models.ts index 01240a715..4c376210f 100755 --- a/packages/console/core/script/pull-models.ts +++ b/packages/console/core/script/pull-models.ts @@ -9,7 +9,7 @@ const stage = process.argv[2] if (!stage) throw new Error("Stage is required") const root = path.resolve(process.cwd(), "..", "..", "..") -const PARTS = 10 +const PARTS = 20 // read the secret const ret = await $`bun sst secret list --stage ${stage}`.cwd(root).text() |
