Initial commit: AMS Frontend - Vue 3 + PrimeVue
This commit is contained in:
19
capacitor.config.ts
Normal file
19
capacitor.config.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli'
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'de.agentenbude.ams',
|
||||
appName: 'AMS',
|
||||
webDir: 'dist',
|
||||
server: {
|
||||
url: 'https://ams.agentenbude.de',
|
||||
cleartext: false,
|
||||
},
|
||||
android: {
|
||||
buildOptions: {
|
||||
keystorePath: undefined,
|
||||
keystoreAlias: undefined,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user