We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e823f commit b8d39acCopy full SHA for b8d39ac
apps/cli/templates/packages/env/src/server.ts.hbs
@@ -4,6 +4,7 @@
4
// Types are defined in env.d.ts based on your alchemy.run.ts bindings
5
export { env } from "cloudflare:workers";
6
{{else}}
7
+import "dotenv/config";
8
import { createEnv } from "@t3-oss/env-core";
9
import { z } from "zod";
10
0 commit comments