Preparing search index...
The search index is not available
@shopify/cli-kit
@shopify/cli-kit
node/dot-env
DotEnvFile
Interface DotEnvFile
This interface represents a .env file.
interface
DotEnvFile
{
path
:
string
;
variables
:
{
[
name
:
string
]:
string
}
;
}
Index
Properties
path
variables
Properties
path
path
:
string
Path to the .env file.
variables
variables
:
{
[
name
:
string
]:
string
}
Variables of the .env file.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
path
variables
@shopify/cli-kit
Loading...
This interface represents a .env file.