@_default:
    just --list

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

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

_test:
    gleam test

@_deps-update:
    gleam deps update

@_lint:
    gleam check 

@_fmt:
    gleam format
