diff options
| author | Frank <[email protected]> | 2025-09-11 18:30:13 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-11 18:30:13 -0400 |
| commit | a52b352b24db0339fbc178741fe764ad62be0589 (patch) | |
| tree | e3ccd21d4d4e2dba3dd56a7f8a0629f80cfdc37e /cloud/core/package.json | |
| parent | 79c73267cf83b9d96af50ac60cbda948c26d8a49 (diff) | |
| download | opencode-a52b352b24db0339fbc178741fe764ad62be0589.tar.gz opencode-a52b352b24db0339fbc178741fe764ad62be0589.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 d064c957e..fa401cea8 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -18,6 +18,7 @@ }, "scripts": { "db": "sst shell drizzle-kit", + "db-dev": "sst shell --stage dev -- drizzle-kit", "db-prod": "sst shell --stage production -- drizzle-kit", "typecheck": "tsc --noEmit" }, |
