浏览代码

set the tailwind current_dir so it doesn't twitch

Jonathan Kelley 5 天之前
父节点
当前提交
0a0cc6927f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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())