dtnewman 15 days ago

creator here. It pulls env variables from a file in your appstorage directory. I need to change this in a future release to make it cleaner, since I don't think i like it intermingling with env variables.

That said, did you run `zev --setup`?

2
lionkor 14 days ago

Why are you using env variables when you don't pull them primarily from the process env?

dtnewman 14 days ago

I’m debating changing it. I do pull in env vars to use as default values (e.g. you already have an API key set). But I might transition way from env variables.

dtnewman 15 days ago

btw, feel free to open an issue on github :)