Tyler Hallada
76cc87631f
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.
5 lines
134 B
Makefile
Executable File
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]
|