This commit is contained in:
Henry Hiles 2025-08-02 23:28:51 -04:00
commit b9adcb205e
No known key found for this signature in database
14 changed files with 274 additions and 214 deletions

View file

@ -1,8 +1,8 @@
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
test:
curl --unix-socket ./socket http:/root -X POST -d '{"email": "foo", "username": "bar"}'
dart run build_runner build