chore(justfile): move backend-related justfile to backend dir

This commit is contained in:
2026-05-14 21:31:05 +02:00
parent 3d4de5cd8b
commit f37e85a459
3 changed files with 71 additions and 48 deletions

17
frontend.just Normal file
View File

@@ -0,0 +1,17 @@
default: run
run:
pnpm run dev
build:
pnpm run build
preview:
pnpm run preview
sync:
pnpm run "generate:api"
## Local Variables:
## mode: makefile
## End: