update repo

This commit is contained in:
srgooglo 2022-01-03 18:37:15 +01:00
parent 316d5db5db
commit 4d86d9cee3
3 changed files with 20 additions and 17 deletions

View File

@ -1,16 +1,8 @@
# dependencies
/node_modules
/npm-debug.log*
/yarn-error.log
/yarn.lock
# production
/build
/dist
/out
# umi
src/.umi
src/.umi-production
src/.umi-test
.env.local
node_modules
.DS_Store
dist
dist-ssr
*.local
.vscode
yarn-error.log
ios/**/**

View File

@ -1 +0,0 @@
# @comty

View File

@ -0,0 +1,12 @@
{
"appId": "com.ragestudio.comty",
"appName": "Comty",
"bundledWebRuntime": true,
"overrideUserAgent": "capacitor",
"webDir": "dist",
"server": {
"hostname": "192.168.0.5:8000",
"iosScheme": "http",
"androidScheme": "http"
}
}