fix: Fix cookie issue

This commit is contained in:
Wanjohi
2025-06-10 15:34:21 +03:00
parent 6eee40fcbe
commit 661d9d2e56
3 changed files with 16 additions and 1 deletions

6
sst-env.d.ts vendored
View File

@@ -105,6 +105,12 @@ declare module "sst" {
"name": string
"type": "sst.aws.Bucket"
}
"Urls": {
"api": string
"auth": string
"site": string
"type": "sst.sst.Linkable"
}
"VPC": {
"bastion": string
"type": "sst.aws.Vpc"