8 lines
No EOL
188 B
Makefile
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
|