From c5ad1cb0fe46d258cc49321cb17509d0f7b787a1 Mon Sep 17 00:00:00 2001 From: ChaosExAnima Date: Tue, 15 Apr 2025 12:53:55 +0200 Subject: [PATCH] change root for vitest to work again --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index b315a02f00..ab83a7f1d7 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -27,7 +27,7 @@ const config: UserConfigFnPromise = async () => { {} as Record, ); return { - root: entrypointRoot, + root: path.resolve(__dirname, 'app/javascript'), css: { postcss: { plugins: [