UNPKG

@reliverse/rse

Version:

@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power

36 lines (35 loc) 1.05 kB
export const DLER_TPL_RUNTIME = { name: "runtime", description: "Template generated from 1 files", updatedAt: "2025-06-17T20:33:59.820Z", config: { files: { "runtime/workers/apps/server/wrangler.jsonc.hbs": { metadata: { updatedAt: "2025-06-17T06:06:35.000Z", updatedHash: "3dd7199f43" }, content: `{ "name": "{{projectName}}-server", "main": "src/index.ts", "compatibility_date": "2025-06-15", "compatibility_flags": ["nodejs_compat"], "vars": { "NODE_ENV": "production" // Non-sensitive environment variables (visible in dashboard) // "CORS_ORIGIN": "https://your-frontend-domain.com", // "BETTER_AUTH_URL": "https://your-worker-domain.workers.dev" } // \u26A0\uFE0F SENSITIVE DATA: Use \`wrangler secret put\` instead of adding here // Don't put these in "vars" - they'll be visible in the dashboard! // - DATABASE_URL // - DATABASE_AUTH_TOKEN // - GOOGLE_GENERATIVE_AI_API_KEY // - BETTER_AUTH_SECRET } `, type: "text" } } } };