Environment Variables
This page reads a server-side environment variable calledMY_TEST_VAR. The value is read on the server and is NOT exposed to the client-side bundle.
Environment Variable Value
| Variable Name | MY_TEST_VAR |
|---|---|
| Value | |
| Status | Not Set |
| Read at |
How to Set
Create a .env file in the project root with:
MY_TEST_VAR=your_value_here
Or set it in your deployment platform's environment variables configuration.