mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 20:21:10 +00:00
change root for vitest to work again
This commit is contained in:
parent
9107d1b768
commit
c5ad1cb0fe
|
@ -27,7 +27,7 @@ const config: UserConfigFnPromise = async () => {
|
|||
{} as Record<string, string>,
|
||||
);
|
||||
return {
|
||||
root: entrypointRoot,
|
||||
root: path.resolve(__dirname, 'app/javascript'),
|
||||
css: {
|
||||
postcss: {
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user