udibo / react-app

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Use dotfiles for production, development, and test environment variables #99

Open KyleJune opened 2 weeks ago

KyleJune commented 2 weeks ago

The dotfiles would be used for those non secret environment variables like APP_ENV and NODE_ENV. Currently I just hardcode them into the tasks in deno.jsonc.