dev: add Pitchfork for daemons

This commit is contained in:
Sofía Maturana 2026-04-19 15:53:46 -04:00
parent 2d6ddcdcb6
commit 7c464788dc
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[tools] [tools]
biome = "latest" biome = "latest"
pitchfork = "latest"
pnpm = "latest" pnpm = "latest"
[tasks.dev] [tasks.dev]

5
pitchfork.toml Normal file
View file

@ -0,0 +1,5 @@
[daemons.api]
run = "just start-backend"
[daemons.frontend]
run = "just start-frontend"