initial project

This commit is contained in:
2026-06-25 22:39:06 +08:00
commit 5a5ac2fcde
110 changed files with 8693 additions and 0 deletions

9
capacitor.config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"appId": "org.finbuddy",
"appName": "FinBuddy",
"webDir": "dist",
"server": {
"url": "http://192.168.0.102:5173",
"cleartext": true
}
}