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"