Fix the regression in the support of external schemas in the router

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2024-05-15 11:43:39 +02:00
parent 75b9c07da8
commit fb398264c6
@@ -113,6 +113,7 @@ export async function createRouter(
staticFallbackHandler,
auth,
httpAuth,
schema,
} = options;
const disableConfigInjection =
@@ -143,6 +144,7 @@ export async function createRouter(
config,
appDistDir,
env: process.env,
schema,
});
const assetStore =