UNPKG

@agatee/cli

Version:

CLI for Agatee App

6 lines (5 loc) 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.environmentStarterCode = void 0; var environmentStarterCode = function (appName) { /*javascript */ return "\nimport { argv } from \"process\";\n\nexport const environment = {\n PORT: argv[2] || process.env.PORT || 3000\n}\n"; }; exports.environmentStarterCode = environmentStarterCode;