wip: black
This commit is contained in:
parent
f3d4dd5099
commit
eaf18d9915
23 changed files with 3184 additions and 296 deletions
4
sst-env.d.ts
vendored
4
sst-env.d.ts
vendored
|
|
@ -104,6 +104,10 @@ declare module "sst" {
|
|||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"STRIPE_PUBLISHABLE_KEY": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
}
|
||||
"STRIPE_SECRET_KEY": {
|
||||
"type": "sst.sst.Secret"
|
||||
"value": string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue