8 lines
No EOL
268 B
Makefile
8 lines
No EOL
268 B
Makefile
watch:
|
|
dart run build_runner watch
|
|
|
|
build:
|
|
dart run build_runner build
|
|
|
|
test:
|
|
oauth2c http://localhost:8080 --client-id yourclientid --redirect-url http://localhost/callback --scopes openid --grant-type authorization_code --auth-method none --response-mode query
|