mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +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 { ServerRouter } from 'react-router';
|
||||||
import { hp_loadConfig } from '~/utils/context/loader';
|
import { hp_loadConfig } from '~/utils/context/loader';
|
||||||
|
|
||||||
await hp_loadConfig();
|
hp_loadConfig();
|
||||||
export const streamTimeout = 5_000;
|
export const streamTimeout = 5_000;
|
||||||
|
|
||||||
export default function handleRequest(
|
export default function handleRequest(
|
||||||
|
|||||||
Reference in New Issue
Block a user