You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
do we use import.meta.env or ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: