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