@_default:
    just --list

# Build CSS and JS runtime
build:
    gleam run -m lustre/dev build

# Update project dependencies
deps-update:
    gleam deps update

# Lint project
lint:
    gleam check 

# Add lucidev icons
lucide-add icon:
    gleam run -m lucide_lustre/add {{ icon }}
