dev: add Pitchfork for daemons
This commit is contained in:
parent
2d6ddcdcb6
commit
7c464788dc
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[tools]
|
||||
biome = "latest"
|
||||
pitchfork = "latest"
|
||||
pnpm = "latest"
|
||||
|
||||
[tasks.dev]
|
||||
|
|
|
|||
5
pitchfork.toml
Normal file
5
pitchfork.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[daemons.api]
|
||||
run = "just start-backend"
|
||||
|
||||
[daemons.frontend]
|
||||
run = "just start-frontend"
|
||||
Loading…
Reference in a new issue