1
0
Эх сурвалжийг харах

set the tailwind current_dir so it doesn't twitch

Jonathan Kelley 5 өдөр өмнө
parent
commit
0a0cc6927f

+ 1 - 0
packages/cli/src/tailwind.rs

@@ -141,6 +141,7 @@ impl TailwindCli {
             .arg("--output")
             .arg("--output")
             .arg(output_path)
             .arg(output_path)
             .args(watch.then_some("--watch"))
             .args(watch.then_some("--watch"))
+            .current_dir(manifest_dir)
             .kill_on_drop(true)
             .kill_on_drop(true)
             .stdin(Stdio::piped())
             .stdin(Stdio::piped())
             .stdout(Stdio::null())
             .stdout(Stdio::null())