-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add deep link support #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
be7b65c
6bfabd6
cd95f30
6f2e842
f016b45
ab6e5fc
4aed735
fbe3d7a
2774776
324a677
1492207
37af899
ac7caa0
366fc48
3104822
731db6b
646c9be
28b6a3a
0b3a0b1
a01e90e
053dd99
e8a4afb
f5a5716
ddd40be
d8cf8a9
77ef0c5
1b131ba
21fc810
a15fc60
eafd5ad
745ec1f
0041c95
318ae1f
f2f646e
04cb3be
87a6bd0
438594d
a678245
9194c4e
efc030d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,5 @@ yarn-error.log* | |
# Misc | ||
.DS_Store | ||
*.pem | ||
|
||
/db/data |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
services: | ||
db: | ||
image: postgres:16 | ||
container_name: dev-metastate-db | ||
environment: | ||
POSTGRES_USER: metastate | ||
POSTGRES_PASSWORD: metastate | ||
POSTGRES_DB: metastate | ||
volumes: | ||
- ./db/data:/var/lib/postgresql/data | ||
ports: | ||
- "5432:5432" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href="w3ds://auth?redirect=https://blabsy.w3ds.metastate.foundation/api/auth&session=8854f847-6b80-4df0-bb94-68fb9a756aa4&platform=blabsy">CLICK ME</a> | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.