mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
New landing page
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,9 +3,7 @@ APP_NAME=imgfloat
|
||||
.PHONY: run test package docker-build docker-run ssl
|
||||
|
||||
run:
|
||||
test -f .env && . ./.env; \
|
||||
export TWITCH_REDIRECT_URI=$${TWITCH_REDIRECT_URI:-http://localhost:8080/login/oauth2/code/twitch}; \
|
||||
mvn spring-boot:run
|
||||
test -f .env && . ./.env; mvn spring-boot:run
|
||||
|
||||
test:
|
||||
mvn test
|
||||
|
||||
Reference in New Issue
Block a user