feat: enum custom field (#1090)

This commit is contained in:
Jonas Plum
2024-08-03 13:43:41 +02:00
committed by GitHub
parent aba3dfaaa4
commit b929100d30
6 changed files with 68 additions and 4 deletions

View File

@@ -48,6 +48,15 @@ dev:
go run . fake-data
go run . serve
.PHONY: dev-10000
dev-10000:
@echo "Running..."
rm -rf catalyst_data
go run . admin create admin@catalyst-soar.com 1234567890
go run . set-feature-flags dev
go run . fake-data --users 100 --tickets 10000
go run . serve
.PHONY: dev-ui
serve-ui:
cd ui && bun dev --port 3000