mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +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"),
|
|
}
|