mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update repo
This commit is contained in:
parent
316d5db5db
commit
4d86d9cee3
24
packages/app/.gitignore
vendored
24
packages/app/.gitignore
vendored
@ -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/**/**
|
@ -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