fix: prevent cookie manager from racing env init
this fixes a bug where using LOAD_ENV_FILE did not work with COOKIE_SECRET
This commit is contained in:
parent
a4bb3cce5f
commit
7217659720
15 changed files with 97 additions and 46 deletions
|
|
@ -11,7 +11,7 @@ import { Form } from 'react-router';
|
|||
|
||||
import { cn } from '~/utils/cn';
|
||||
import type { HeadplaneContext } from '~/utils/config/headplane';
|
||||
import type { SessionData } from '~/utils/sessions';
|
||||
import type { SessionData } from '~/utils/sessions.server';
|
||||
|
||||
import Menu from './Menu';
|
||||
import TabLink from './TabLink';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue