mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
🐜 fix(infra): Remove db on team member stages
This commit is contained in:
8
sst-env.d.ts
vendored
8
sst-env.d.ts
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user