nexusbot/JUSTFILE
2025-08-02 23:28:51 -04:00

8 lines
No EOL
188 B
Makefile

test:
curl --unix-socket ./socket http:/./ -X POST -d '{"email": "foo@henryhiles.com", "username": "name"}'
watch:
dart run build_runner watch
build:
dart run build_runner build