all: lint build lint: deno lint build: deno compile --import-map ./import_map.json --allow-read --allow-write -o kollagen main.ts