chore: 重构项目结构
This commit is contained in:
9
cwd-api/src/bindings.ts
Normal file
9
cwd-api/src/bindings.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type Bindings = {
|
||||
CWD_DB: D1Database
|
||||
CWD_AUTH_KV: KVNamespace;
|
||||
ALLOW_ORIGIN: string
|
||||
MAIL_GATEWAY_URL?: string
|
||||
MAIL_GATEWAY_TOKEN?: string
|
||||
ADMIN_NAME: string
|
||||
ADMIN_PASSWORD: string
|
||||
}
|
||||
Reference in New Issue
Block a user