Skip to content

Commit

Permalink
♻️ Change all ssr calls to clientside
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Mar 19, 2024
1 parent be6743a commit b9cb0a3
Show file tree
Hide file tree
Showing 23 changed files with 404 additions and 329 deletions.
24 changes: 12 additions & 12 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Public
# Stats

PUBLIC_UMAMI_ENDPOINT=
PUBLIC_UMAMI_WEBSITEID=

# Private
# Appwrite

APPWRITE_ENDPOINT=
APPWRITE_PROJECTID=
APPWRITE_APIKEY=
APPWRITE_DATABASEID_QUIZ=
PUBLIC_APPWRITE_ENDPOINT=
PUBLIC_APPWRITE_PROJECTID=

APPWRITE_COLLECTIONID_GA=
APPWRITE_COLLECTIONID_AGT=
APPWRITE_COLLECTIONID_CBRN=
PUBLIC_APPWRITE_DATABASEID_QUIZ=

APPWRITE_COLLECTIONID_GAQUESTIONS=
APPWRITE_COLLECTIONID_AGTQUESTIONS=
APPWRITE_COLLECTIONID_CBRNQUESTIONS=
PUBLIC_APPWRITE_COLLECTIONID_GA=
PUBLIC_APPWRITE_COLLECTIONID_AGT=
PUBLIC_APPWRITE_COLLECTIONID_CBRN=

PUBLIC_APPWRITE_COLLECTIONID_GAQUESTIONS=
PUBLIC_APPWRITE_COLLECTIONID_AGTQUESTIONS=
PUBLIC_APPWRITE_COLLECTIONID_CBRNQUESTIONS=
108 changes: 103 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"type": "module",
"dependencies": {
"@malte2036/thw-tools-components": "^0.2.12",
"appwrite": "^14.0.0",
"node-appwrite": "^12.0.0"
}
}
Loading

0 comments on commit b9cb0a3

Please sign in to comment.