matrixoidc/JUSTFILE
2025-07-22 14:15:13 -04:00

8 lines
No EOL
227 B
Makefile

watch:
dart run build_runner watch
build:
dart run build_runner build
test:
oauth2c http://localhost:8080 --client-id yourclientid --scopes openid --grant-type authorization_code --auth-method none --response-mode query