Vars
Plain-string constants baked into the binary at build time.
Configuration
"vars": { "APP_URL": "https://hello.example.com" }
Usage
env.APP_URL // -> "https://hello.example.com"
Plain-string constants baked into the binary at build time.
"vars": { "APP_URL": "https://hello.example.com" }
env.APP_URL // -> "https://hello.example.com"
Was this page helpful?
Thanks for your feedback!