mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
fix: no top level await
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user