Skip to content

Commit 7d4020c

Browse files
authored
Merge pull request thetrouper#52 from devashish2024/main
update mappings URL
2 parents 8890cbc + 9facc42 commit 7d4020c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/getReleases.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Last updated: 2025-07-06
6464
*/
6565
async function getCCMappings() {
6666
const response = await fetch(
67-
'https://itzispyder.github.io/clickcrystals/info',
67+
'https://itzispyder.github.io/clickcrystals/info.json',
6868
{
6969
method: 'GET',
7070
next: { revalidate: 200 },

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
onlyBuiltDependencies:
2+
- '@prisma/client'
3+
- '@prisma/engines'
4+
- prisma
5+
- unrs-resolver

0 commit comments

Comments
 (0)