1@_default: 2 just --list 3 4# Build CSS and JS runtime 5build: 6 gleam run -m lustre/dev build 7 8# Update project dependencies 9deps-update: 10 gleam deps update 11 12# Lint project 13lint: 14 gleam check