crawlnicle/justfile
Tyler Hallada 76cc87631f Add frontend JS and improve post styling
Frontend is built with Bun. It uses Stimulus to progressively enhance
the server-built HTML. Currently, it only replaces UTC timestamps from
the server with the time in the browser's timezone.
2023-06-27 14:03:52 -04:00

5 lines
134 B
Makefile
Executable File

#!/usr/bin/env just --justfile
build-frontend:
bun build frontend/index.ts --outdir ./static/js --entry-naming [name]-[hash].[ext]