Skip to content

Commit 7baad46

Browse files
authored
Update capacitor.config.ts
1 parent 00fdc9a commit 7baad46

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source-code/capacitor.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { CapacitorConfig } from '@capacitor/cli';
22

33
const config: CapacitorConfig = {
4-
appId: 'com.hackeros.app',
5-
appName: 'HackerOS App',
6-
webDir: 'dist',
7-
server: {
8-
androidScheme: 'https'
9-
}
4+
appId: 'com.hackeros.app',
5+
appName: 'HackerOS App',
6+
webDir: 'dist',
7+
server: {
8+
androidScheme: 'https'
9+
}
1010
};
1111

1212
export default config;

0 commit comments

Comments
 (0)