diff options
| author | Frank <[email protected]> | 2025-09-11 17:21:49 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-11 17:22:05 -0400 |
| commit | 3abca8fd4b08f5d122c2352fcee64755a028228a (patch) | |
| tree | 338a442124fd0f9aa7bba265558594f961bcc156 /cloud/core/package.json | |
| parent | f5b3992479b616b5900a5f752d8928980837426e (diff) | |
| download | opencode-3abca8fd4b08f5d122c2352fcee64755a028228a.tar.gz opencode-3abca8fd4b08f5d122c2352fcee64755a028228a.zip | |
wip: zen
Diffstat (limited to 'cloud/core/package.json')
| -rw-r--r-- | cloud/core/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/core/package.json b/cloud/core/package.json index 2a3cbd399..48af18043 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -18,6 +18,7 @@ }, "scripts": { "db": "sst shell drizzle-kit", + "db-prod": "sst shell --stage production -- drizzle-kit", "typecheck": "tsc --noEmit" }, "devDependencies": { |
