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: [