tw:
	bun tailwindcss --watch -i ./src/index.css -o ./src/dist.css

tw-build:
	bun tailwindcss -i ./src/index.css -o ./src/dist.css