Files
sprout2fa/worker-configuration.d.ts
2026-06-24 22:10:27 +08:00

9 lines
256 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 由 wrangler types 生成时可替换;本地开发占位
interface Env {
DB: D1Database;
ASSETS: Fetcher;
/** 至少 8 字符;本地用 .dev.vars线上 wrangler secret put SESSION_SECRET */
SESSION_SECRET: string;
MASTER_KEY: string;
}