chore(justfile): move backend-related justfile to backend dir
This commit is contained in:
17
frontend.just
Normal file
17
frontend.just
Normal 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:
|
||||
Reference in New Issue
Block a user