feat: selfhost auth frontend (#15)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Akash K
2023-02-09 01:12:44 +05:30
committed by GitHub
parent 3cf3feb2ae
commit 757d1add5b
14 changed files with 6468 additions and 4368 deletions

View File

@@ -21,6 +21,7 @@ VITE_SHORTCODE_BASE_URL=https://hopp.sh
# Backend URLs
VITE_BACKEND_GQL_URL=https://api.hoppscotch.io/graphql
VITE_BACKEND_WS_URL=wss://api.hoppscotch.io/graphql
VITE_BACKEND_API_URL=https://api.hoppscotch.io/v1
# Sentry (Optional)
# VITE_SENTRY_DSN: <Sentry DSN here>