fix: Resolve database issues

This commit is contained in:
Wanjohi
2025-09-20 03:56:51 +03:00
parent ecfdb5156e
commit df4af84d55
5 changed files with 60 additions and 53 deletions

View File

@@ -1,4 +1,5 @@
export const secret = {
DISCORD_CLIENT_ID: new sst.Secret("DISCORD_CLIENT_ID"),
DISCORD_CLIENT_SECRET: new sst.Secret("DISCORD_CLIENT_SECRET"),
POLAR_API_KEY: new sst.Secret("POLAR_API_KEY"),
};