mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
update repo
This commit is contained in:
parent
a7f01730eb
commit
cbc791db35
24
packages/app/.gitignore
vendored
24
packages/app/.gitignore
vendored
@ -1,16 +1,8 @@
|
|||||||
# dependencies
|
node_modules
|
||||||
/node_modules
|
.DS_Store
|
||||||
/npm-debug.log*
|
dist
|
||||||
/yarn-error.log
|
dist-ssr
|
||||||
/yarn.lock
|
*.local
|
||||||
|
.vscode
|
||||||
# production
|
yarn-error.log
|
||||||
/build
|
ios/**/**
|
||||||
/dist
|
|
||||||
/out
|
|
||||||
|
|
||||||
# umi
|
|
||||||
src/.umi
|
|
||||||
src/.umi-production
|
|
||||||
src/.umi-test
|
|
||||||
.env.local
|
|
@ -1 +0,0 @@
|
|||||||
# @comty
|
|
12
packages/app/capacitor.config.json
Normal file
12
packages/app/capacitor.config.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user