mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
✨ feat: Add www to cloudflare pages (#105)
Co-authored-by: --global <--global> Add our website to cloudflare pages
This commit is contained in:
5
infra/secrets.ts
Normal file
5
infra/secrets.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const secret = {
|
||||
CloudflareAccountIdSecret: new sst.Secret("CloudflareAccountId"),
|
||||
};
|
||||
|
||||
export const allSecrets = Object.values(secret);
|
||||
Reference in New Issue
Block a user