Browse Source

set the tailwind current_dir so it doesn't twitch

Jonathan Kelley 5 days ago
parent
commit
0a0cc6927f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/cli/src/tailwind.rs

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

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