SolidStart Kitchen Sink

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 NameMY_TEST_VAR
Value(not set)
StatusNot Set
Read at2026-01-08T08:41:57.292Z

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.