🐜 fix(infra): Remove db on team member stages

This commit is contained in:
Wanjohi
2025-06-29 17:12:56 +03:00
parent 0a1a4cd9b6
commit 77f47a0306
6 changed files with 273 additions and 60 deletions

8
sst-env.d.ts vendored
View File

@@ -24,6 +24,10 @@ declare module "sst" {
"name": string
"type": "sst.aws.Bus"
}
"CDNRouter": {
"type": "sst.aws.Router"
"url": string
}
"Database": {
"clusterArn": string
"database": string
@@ -124,6 +128,10 @@ declare module "sst" {
"type": "sst.aws.Service"
"url": string
}
"ZeroStorage": {
"name": string
"type": "sst.aws.Bucket"
}
}
}