mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
⭐ feat(www): Finish up on the onboarding (#210)
Merging this prematurely to make sure the team is on the same boat... like dang! We need to find a better way to do this. Plus it has become too big
This commit is contained in:
37
sst-env.d.ts
vendored
37
sst-env.d.ts
vendored
@@ -35,6 +35,10 @@ declare module "sst" {
|
||||
"type": "sst.sst.Linkable"
|
||||
"user": string
|
||||
}
|
||||
"DatabaseMigrator": {
|
||||
"name": string
|
||||
"type": "sst.aws.Function"
|
||||
}
|
||||
"DiscordClientID": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
@@ -56,10 +60,34 @@ declare module "sst" {
|
||||
"sender": string
|
||||
"type": "sst.aws.Email"
|
||||
}
|
||||
"NestriVpc": {
|
||||
"bastion": string
|
||||
"type": "sst.aws.Vpc"
|
||||
}
|
||||
"PolarSecret": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"Postgres": {
|
||||
"clusterArn": string
|
||||
"database": string
|
||||
"host": string
|
||||
"password": string
|
||||
"port": number
|
||||
"reader": string
|
||||
"secretArn": string
|
||||
"type": "sst.aws.Aurora"
|
||||
"username": string
|
||||
}
|
||||
"Steam": {
|
||||
"service": string
|
||||
"type": "sst.aws.Service"
|
||||
"url": string
|
||||
}
|
||||
"Storage": {
|
||||
"name": string
|
||||
"type": "sst.aws.Bucket"
|
||||
}
|
||||
"Urls": {
|
||||
"api": string
|
||||
"auth": string
|
||||
@@ -70,6 +98,15 @@ declare module "sst" {
|
||||
"type": "sst.aws.StaticSite"
|
||||
"url": string
|
||||
}
|
||||
"Zero": {
|
||||
"service": string
|
||||
"type": "sst.aws.Service"
|
||||
"url": string
|
||||
}
|
||||
"ZeroPermissions": {
|
||||
"name": string
|
||||
"type": "sst.aws.Function"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user