chore: fix globalThis typings
This commit is contained in:
parent
c5c2f8a93b
commit
6aa6e77611
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import log, { hpServer_loadLogger } from '~server/utils/log';
|
||||||
import mutex from '~server/utils/mutex';
|
import mutex from '~server/utils/mutex';
|
||||||
import { HeadplaneConfig, coalesceConfig, validateConfig } from './parser';
|
import { HeadplaneConfig, coalesceConfig, validateConfig } from './parser';
|
||||||
|
|
||||||
declare global {
|
declare namespace globalThis {
|
||||||
let __cookie_context: {
|
let __cookie_context: {
|
||||||
cookie_secret: string;
|
cookie_secret: string;
|
||||||
cookie_secure: boolean;
|
cookie_secure: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue