@slsplus/ui
Version:
UI Tool for Serverless Plus CLI
9 lines (8 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPORT_MIGRATE_COMPONENT = exports.YAML_PATH = void 0;
const path_1 = require("path");
const YAML_PATH = path_1.join(process.cwd(), 'serverless.yml');
exports.YAML_PATH = YAML_PATH;
const SUPORT_MIGRATE_COMPONENT = ['framework', 'scf', 'website', 'websocket'];
exports.SUPORT_MIGRATE_COMPONENT = SUPORT_MIGRATE_COMPONENT;