Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"@tanstack/react-query": "5.76.0",
"@tanstack/react-router": "1.120.3",
"@tauri-apps/api": "2.5.0",
"@tauri-apps/plugin-deep-link": "~2",
"@tauri-apps/plugin-dialog": "2.2.1",
"@tauri-apps/plugin-http": "2.4.3",
"@tauri-apps/plugin-opener": "~2",
"@tauri-apps/plugin-updater": "2.7.1",
"framer-motion": "11.14.4",
"markdown-to-jsx": "7.7.6",
Expand Down
40 changes: 40 additions & 0 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions public/mocks/latest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.4.1",
"notes": "A test update.",
"pub_date": "2024-11-12T12:00:00+00:00",
"platforms": {
Expand All @@ -8,4 +8,4 @@
"url": "http://localhost:1420"
}
}
}
}
4 changes: 4 additions & 0 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ AZURE_TENANT_ID=azure-tenant-id
AZURE_CERTIFICATE_URI=https://prd-exam-environment.vault.azure.net/certificates/prd-exam-environment
AZURE_CLIENT_SECRET=azure-client-secret
AZURE_CLIENT_ID=azure-client-id

VITE_AUTH0_DOMAIN=auth.freecodecamp.dev
VITE_AUTH0_CLIENT_ID=""
VITE_AUTH0_REDIRECT_URI=exam-environment://callback
Loading