Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alita/modules.d.ts>NodeJS.ProcessEnv

A React framework based on umi.
Go to Latest
interface NodeJS.ProcessEnv
import { type NodeJS } from "https://deno.land/x/alita@v2.8.27-beta.1/modules.d.ts";
const { ProcessEnv } = NodeJS;

Properties

UMI_ENV: string
UMI_VERSION: string
NODE_ENV: "production" | "development" | "test"
HTTPS: string
HOST: string
PORT: string
APP_ROOT: string
CLEAR_OUTPUT: null | "none"
RM_TMPDIR: null | "none"
ERROR_CODE_MAP_PATH: string
SPEED_MEASURE: null | "CONSOLE"
BABEL_CACHE: null | "none"
COMPRESS: null | "none"
WATCH: null | "none"
SYSTEM_BELL: null | "none"