diff --git a/app/entry.server.tsx b/app/entry.server.tsx index da48d76..3e12f45 100644 --- a/app/entry.server.tsx +++ b/app/entry.server.tsx @@ -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(