added electron

This commit is contained in:
2024-10-31 15:50:55 +02:00
parent a449bc7497
commit 839dd30ee1
22 changed files with 7826 additions and 167 deletions

View File

@@ -0,0 +1,15 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.example.app',
appName: 'Qortal ',
webDir: 'dist',
"plugins": {
"LocalNotifications": {
"smallIcon": "qort",
"iconColor": "#09b6e8"
}
}
};
export default config;