Skip to content

Commit

Permalink
feat: store data in willow!
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jan 3, 2025
1 parent a11aa0e commit 4383d4f
Show file tree
Hide file tree
Showing 10 changed files with 630 additions and 516 deletions.
21 changes: 20 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"slate-react": "0.98.4",
"tippy.js": "6.3.7",
"tweetnacl": "1.0.3",
"ua-parser-js": "1.0.35"
"ua-parser-js": "1.0.35",
"ulidx": "2.4.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
Expand Down
4 changes: 2 additions & 2 deletions scripts/cloudflare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ npm run build
cp -r public/* dist/public/
echo '{
"client_id": "https://pigeon.muni.town/oauth-client.json",
"client_name": "Localhost App",
"client_name": "Pigeon",
"client_uri": "https://pigeon.muni.town",
"logo_uri": "https://pigeon.muni.town/public/favicon.ico",
"tos_uri": "https://pigeon.muni.town",
"policy_uri": "https://pigeon.muni.town",
"redirect_uris": ["https://pigeon.muni.town/_matrix/custom/oauth/callback"],
"scope": "atproto transition:generic",
"scope": "atproto transition:generic transition:chat.bsky",
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",
Expand Down
Loading

0 comments on commit 4383d4f

Please sign in to comment.