chore: SAM 모바일 앱 초기 커밋 (Capacitor + Android)

This commit is contained in:
2025-12-18 22:59:28 +09:00
commit 1015712923
69 changed files with 3514 additions and 0 deletions

12
capacitor.config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"appId": "com.codebridgex.webapp",
"appName": "codebridge-x",
"webDir": "www",
"server": {
"url": "https://mng.codebridge-x.com",
"cleartext": false
},
"allowNavigation": [
"mng.codebridge-x.com"
]
}