UNPKG

@codesandbox/api

Version:
11 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DAY = exports.WAIT_FOR_SIGN_IN_MESSAGE_TIMEOUT = exports.LOCAL_STORAGE_PREVIEW_JWT_KEY = exports.COOKIES = void 0; exports.COOKIES = { DEV_JWT: "devJwt", SIGNED_IN: "signedIn", }; exports.LOCAL_STORAGE_PREVIEW_JWT_KEY = "CSB_PREVIEW_JWT"; exports.WAIT_FOR_SIGN_IN_MESSAGE_TIMEOUT = 60000; exports.DAY = 1000 * 60 * 60 * 24; //# sourceMappingURL=constants.js.map