Hi, I want to use the deno adapter and deno deploy alongside turso db. How do I store the environment variables necessary? By default .env variables get embedded into the build. It seems to me it'd be wiser to have them in the deployment environment instead. Can we do that somehow?
ASD=111
ASD=123 pnpm run build results in FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Hi, I want to use the deno adapter and deno deploy alongside turso db. How do I store the environment variables necessary? By default .env variables get embedded into the build. It seems to me it'd be wiser to have them in the deployment environment instead. Can we do that somehow?
ASD=123 pnpm run build
results in FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memorydo we use
import.meta.env
or ?