From ccbbfc0c27d72536030c2e1f6db87dd5f1666b54 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Sun, 3 Mar 2024 16:18:41 +0100 Subject: [PATCH] wip --- tests/inertia.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inertia.spec.ts b/tests/inertia.spec.ts index b365be2..43dec3e 100644 --- a/tests/inertia.spec.ts +++ b/tests/inertia.spec.ts @@ -423,7 +423,7 @@ test.group('Inertia | Ssr | CSS Preloading', () => { .withVite(vite) .merge({ config: { - entrypoint: new URL('app.ts', fs.baseUrl), + entrypoint: new URL('app.ts', fs.baseUrl).href, ssr: { enabled: true, entrypoint: 'app.ts' }, }, })