You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no ui folder.
There is no script dev or build in package.json
Makefile : 67
# UI
.PHONY: ui
ui: ; @ ## Run frontend development server
cd ui && yarn run dev
.PHONY: build-ui
build-ui: ; @ ## Build frontend production build
cd ui && yarn run build
```