mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
export const SECRET = {
|
|
R2AccessKey: new sst.Secret("R2AccessKey", "unknown"),
|
|
R2SecretKey: new sst.Secret("R2SecretKey", "unknown"),
|
|
}
|