unpkg-server
unpkg-server copied to clipboard
Allow .env to set app environment vars
-
Included dotenv in app as it allows easier setup of environments without having to remember runtime arguments. Bonus: Keeps secrets out of the shell history.
-
Switched ENABLE_CLOUDFLARE boolean converter to a double not. Side effect is that it now accepts truthy values as true.