Skip to content

Commit c85d810

Browse files
imconnornglinglettronald
authored andcommitted
chore: cf
1 parent 62c53d5 commit c85d810

24 files changed

Lines changed: 960 additions & 525 deletions

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
> This is a fork of [SkyCryptWebsite/SkyCrypt-Frontend](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend) with minimal changes to support embedding the profile viewer in Lunar Client. To keep this fork up to date with upstream:
2+
>
3+
> ```
4+
> git rebase upstream/dev
5+
> # Resolve any conflicts that occur
6+
> git push origin dev --force-with-lease
7+
> ```
8+
19
<p align="center">
210
<picture>
311
<source media="(prefers-color-scheme: light)" srcset="static/img/logo_black.avif">

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@oslojs/crypto": "^1.0.1",
4848
"@oslojs/encoding": "^1.1.0",
4949
"@playwright/test": "^1.58.2",
50+
"@sveltejs/adapter-cloudflare": "^7.2.8",
5051
"@sveltejs/adapter-node": "^5.5.4",
5152
"@sveltejs/kit": "^2.55.0",
5253
"@sveltejs/vite-plugin-svelte": "^7.0.0",
@@ -106,7 +107,8 @@
106107
"dependencies": {
107108
"@sentry/sveltekit": "^10.44.0",
108109
"culori": "^4.0.2",
109-
"simple-git-hooks": "^2.13.1"
110+
"simple-git-hooks": "^2.13.1",
111+
"svelte-interactions": "^0.2.0"
110112
},
111113
"engines": {
112114
"node": "^24",
@@ -119,4 +121,4 @@
119121
"simple-git-hooks": {
120122
"commit-msg": "pnpm exec commitlint --edit $1"
121123
}
122-
}
124+
}

0 commit comments

Comments
 (0)