change root for vitest to work again

This commit is contained in:
ChaosExAnima 2025-04-15 12:53:55 +02:00
parent 9107d1b768
commit c5ad1cb0fe
No known key found for this signature in database
GPG Key ID: 8F2B333100FB6117

View File

@ -27,7 +27,7 @@ const config: UserConfigFnPromise = async () => {
{} as Record<string, string>, {} as Record<string, string>,
); );
return { return {
root: entrypointRoot, root: path.resolve(__dirname, 'app/javascript'),
css: { css: {
postcss: { postcss: {
plugins: [ plugins: [