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:
Aarnav Tale
2025-01-06 08:11:45 +05:30
parent a4bb3cce5f
commit 7217659720
15 changed files with 97 additions and 46 deletions
+1 -1
View File
@@ -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';