Deno env vars
In a Deno/Fresh app I have a config file that provides access to env vars, however when I try to run my migrations via
which in the deno.json file runs
I am told that
How can I make this work?
which in the deno.json file runs
kysely migrate:latest I am told that
Deno is not defined. Is this due to Kysley being a node based lib?How can I make this work?
