Initial Commit
This commit is contained in:
12
www/capacitor.config.ts
Normal file
12
www/capacitor.config.ts
Normal 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
|
||||
Reference in New Issue
Block a user