mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 13:21:17 +08:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
export const SECRET = {
|
|
R2AccessKey: new sst.Secret("R2AccessKey", "unknown"),
|
|
R2SecretKey: new sst.Secret("R2SecretKey", "unknown"),
|
|
}
|