build:
	./node_modules/.bin/esbuild tree.js --bundle --outfile=out.js

.PHONY: build
