mirror of https://github.com/msgbyte/tailchat
refactor: create config for clients download link
parent
5d86b2b479
commit
bb854ab112
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"android": {
|
||||||
|
"version": "0.0.1",
|
||||||
|
"url": "https://tailchat-app.msgbyte.com/app-release.apk"
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"resolveJsonModule": true
|
||||||
|
},
|
||||||
"include": ["src/"]
|
"include": ["src/"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue