can now generate short link for sharing

This commit is contained in:
Felix Roos 2022-06-26 12:49:29 +02:00
parent 3d314324e0
commit 4039b962b4
3 changed files with 569 additions and 13 deletions

View file

@ -15,6 +15,8 @@
"static": "npx serve ../docs"
},
"dependencies": {
"@supabase/supabase-js": "^1.35.3",
"nanoid": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},