From 7c464788dc20588f45ed4fbdff6f3c083f46e7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Sun, 19 Apr 2026 15:53:46 -0400 Subject: [PATCH] dev: add Pitchfork for daemons --- mise.toml | 1 + pitchfork.toml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 pitchfork.toml diff --git a/mise.toml b/mise.toml index cfde895..8a85372 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,6 @@ [tools] biome = "latest" +pitchfork = "latest" pnpm = "latest" [tasks.dev] diff --git a/pitchfork.toml b/pitchfork.toml new file mode 100644 index 0000000..a719d6c --- /dev/null +++ b/pitchfork.toml @@ -0,0 +1,5 @@ +[daemons.api] +run = "just start-backend" + +[daemons.frontend] +run = "just start-frontend"