mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 16:49:28 -04:00
Serve mobile app from url
This commit is contained in:
@@ -3,7 +3,11 @@ import type { CapacitorConfig } from '@capacitor/cli';
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.compass.app',
|
||||
appName: 'Compass',
|
||||
webDir: 'web/.next'
|
||||
webDir: 'web/.next',
|
||||
server: {
|
||||
url: 'https://compassmeet.com',
|
||||
cleartext: true
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user