feat: Add api (#112)

Add the api route -> https://nexus.nestri.workers.dev/
This commit is contained in:
Wanjohi
2024-09-10 22:38:35 +03:00
committed by GitHub
parent df9f1cfe95
commit 1b1bedff36
21 changed files with 37 additions and 8 deletions

4
sst-env.d.ts vendored
View File

@@ -7,6 +7,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
"Relay": {
"type": "sst.aws.Service"
"url": string
}
}
}
export {}