UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

11 lines (10 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDotEnvLocation = exports.setDotEnvLocation = void 0; let envFile = null; const setDotEnvLocation = (file) => { envFile = file; }; exports.setDotEnvLocation = setDotEnvLocation; const getDotEnvLocation = () => envFile; exports.getDotEnvLocation = getDotEnvLocation;