.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DEVTOOLS_BROWSER
This file gets picked up from NodeJS script that use `./scripts/env-utils.mjs` There it's loaded via `import { loadEnvFile } from…
DEVTOOLS_UNSTABLE_FEATURES
DEVTOOLS_ENABLE_FEATURES
DEVTOOLS_AUTO_OPEN_DEVTOOLS
DEVTOOLS_REMOTE_DEBUGGING_PORT
DEVTOOLS_TARGET
DEVTOOLS_USER_DATA_DIR
brew install flyctl && fly launch --from https://github.com/paulirish/devtools-frontend
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/paulirish/devtools-frontend
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/paulirish/devtools-frontend