UNPKG
@codesandbox/api
Version:
latest (1.1.3)
1.1.3
1.1.1
0.1.0
The CodeSandbox API
github.com/christianalfoni/react-states
christianalfoni/react-states
@codesandbox/api
/
dist
/
esm
/
constants.js
8 lines
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
COOKIES = { DEV_JWT:
"devJwt"
, SIGNED_IN:
"signedIn"
, };
export
const
LOCAL_STORAGE_PREVIEW_JWT_KEY =
"CSB_PREVIEW_JWT"
;
export
const
WAIT_FOR_SIGN_IN_MESSAGE_TIMEOUT =
60000
;
export
const
DAY =
1000
*
60
*
60
*
24
;
//# sourceMappingURL=constants.js.map