mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02: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"),
|
|
}
|