Add new Radix UI components and associated dependencies in package-lock.json

This commit is contained in:
Sebastian Unterschütz
2026-05-01 11:59:27 +02:00
parent 331d60581e
commit f5466f9062
21 changed files with 5010 additions and 481 deletions

View File

@@ -4,6 +4,7 @@ tmp_dir = "tmp"
[build]
bin = "./tmp/gateway"
cmd = "go build -o ./tmp/gateway ./cmd/gateway/main.go"
full_bin = "DEV_MODE=true NATS_URL=nats://localhost:4222 ./tmp/gateway"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "web"]
include_ext = ["go", "tpl", "tmpl", "html"]