Florian Schroedl aa3370565f fix: squint dev server running from wrong directory
The `bash -c 'cd dir && cmd1 & cmd2'` pattern splits into two
command lists — cmd2 runs in the original cwd, not after the cd.
Fix by repeating the cd after the `&` in the tmux pane command,
and using `exec` in the standalone dev-squint task.
2026-03-05 09:42:01 +01:00
2026-03-03 11:02:08 +01:00
2026-03-03 11:02:08 +01:00
2026-03-03 11:02:08 +01:00
Description
No description provided
629 KiB
Languages
Clojure 72.9%
CSS 18.7%
JavaScript 6.4%
HTML 2%