feat: Use CF

This commit is contained in:
Wanjohi
2025-06-06 09:09:11 +03:00
parent a47dc91b22
commit 5fd5608e6e
8 changed files with 129 additions and 212 deletions

View File

@@ -4,7 +4,6 @@ import { domain } from "./dns";
import { secret } from "./secret";
import { cluster } from "./cluster";
import { postgres } from "./postgres";
import { storage } from "./storage";
export const apiService = new sst.aws.Service("Api", {
cluster,
@@ -13,7 +12,6 @@ export const apiService = new sst.aws.Service("Api", {
link: [
bus,
auth,
storage,
postgres,
secret.SteamApiKey,
secret.PolarSecret,