Added basic frontend setup
This commit is contained in:
12
justfile
12
justfile
@@ -40,3 +40,15 @@ migrate *args:
|
||||
generate-entity:
|
||||
# delegate to cli
|
||||
just cli db:migrate_and_generate --output-path ../../public/database/src/generated/entities
|
||||
|
||||
build-frontend:
|
||||
# build frontend assets
|
||||
cd apps/frontend && \
|
||||
pnpm build
|
||||
|
||||
build-backend:
|
||||
# build backend server
|
||||
cd apps/api && \
|
||||
cargo build --release
|
||||
|
||||
build: build-frontend build-backend
|
||||
|
||||
Reference in New Issue
Block a user