fix: no top level await

This commit is contained in:
Aarnav Tale 2025-02-19 13:00:21 -05:00
parent 56b660b30c
commit e6580eed2c
No known key found for this signature in database

View File

@ -8,7 +8,7 @@ import type { AppLoadContext, EntryContext } from 'react-router';
import { ServerRouter } from 'react-router';
import { hp_loadConfig } from '~/utils/context/loader';
await hp_loadConfig();
hp_loadConfig();
export const streamTimeout = 5_000;
export default function handleRequest(