Initial Commit

This commit is contained in:
2026-05-02 05:49:09 +00:00
commit fbe5535087
117 changed files with 18732 additions and 0 deletions

12
www/capacitor.config.ts Normal file
View File

@@ -0,0 +1,12 @@
import type { CapacitorConfig } from '@capacitor/cli'
const config: CapacitorConfig = {
appId: 'com.syncpad.app',
appName: 'SyncPad',
webDir: 'dist',
server: {
androidScheme: 'https',
},
}
export default config