feat: add PWA support

This commit is contained in:
divlo
2020-12-28 13:07:21 +01:00
parent c594577415
commit c285d3b69e
72 changed files with 2892 additions and 1339 deletions

View File

@ -1,3 +1,3 @@
COMPOSE_PROJECT_NAME="function.divlo.fr-website"
NEXT_PUBLIC_API_URL = "http://localhost:8080"
NEXT_PUBLIC_API_URL="http://localhost:8080"
CONTAINER_API_URL="http://functionproject-api:8080"