mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
export const secret = {
|
|
CloudflareAccountIdSecret: new sst.Secret("CloudflareAccountId"),
|
|
};
|
|
|
|
export const allSecrets = Object.values(secret); |