Added openapi based api client
This commit is contained in:
4
justfile
4
justfile
@@ -46,6 +46,8 @@ generate-openapi:
|
||||
cd apps/api && \
|
||||
cargo run -- generate:openapi --output-path ./swagger.json
|
||||
|
||||
generate-all: generate-entity generate-openapi
|
||||
|
||||
build-frontend:
|
||||
# build frontend assets
|
||||
cd apps/frontend && \
|
||||
@@ -56,7 +58,7 @@ build-backend:
|
||||
cd apps/api && \
|
||||
cargo build --release
|
||||
|
||||
build: build-frontend build-backend
|
||||
build-apps: build-frontend build-backend
|
||||
|
||||
act *args:
|
||||
if [ -n "{{args}}" ]; then \
|
||||
|
||||
Reference in New Issue
Block a user