Skip to content

Commit 9942b48

Browse files
committed
Serve mobile app from url
1 parent 5d83f4b commit 9942b48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

capacitor.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ import type { CapacitorConfig } from '@capacitor/cli';
33
const config: CapacitorConfig = {
44
appId: 'com.compass.app',
55
appName: 'Compass',
6-
webDir: 'web/.next'
6+
webDir: 'web/.next',
7+
server: {
8+
url: 'https://compassmeet.com',
9+
cleartext: true
10+
},
711
};
812

913
export default config;

0 commit comments

Comments
 (0)