mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-14 21:51:13 +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>,
|
{} as Record<string, string>,
|
||||||
);
|
);
|
||||||
return {
|
return {
|
||||||
root: entrypointRoot,
|
root: path.resolve(__dirname, 'app/javascript'),
|
||||||
css: {
|
css: {
|
||||||
postcss: {
|
postcss: {
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user