UNPKG

open-next-cdk

Version:

Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK

10 lines (9 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IniSectionType = void 0; var IniSectionType; (function (IniSectionType) { IniSectionType["PROFILE"] = "profile"; IniSectionType["SSO_SESSION"] = "sso-session"; IniSectionType["SERVICES"] = "services"; })(IniSectionType = exports.IniSectionType || (exports.IniSectionType = {}));