소스 검색

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())