chore: sync local changes to Gitea
This commit is contained in:
8
worker-configuration.d.ts
vendored
Normal file
8
worker-configuration.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// 由 wrangler types 生成时可替换;本地开发占位
|
||||
interface Env {
|
||||
DB: D1Database;
|
||||
ASSETS: Fetcher;
|
||||
/** 至少 8 字符;本地用 .dev.vars,线上 wrangler secret put SESSION_SECRET */
|
||||
SESSION_SECRET: string;
|
||||
MASTER_KEY: string;
|
||||
}
|
||||
Reference in New Issue
Block a user