We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3cee5 commit 67b45f3Copy full SHA for 67b45f3
capacitor.config.ts
@@ -0,0 +1,9 @@
1
+import type { CapacitorConfig } from '@capacitor/cli';
2
+
3
+const config: CapacitorConfig = {
4
+ appId: 'com.compass.app',
5
+ appName: 'Compass',
6
+ webDir: 'web/.next'
7
+};
8
9
+export default config;
package.json
@@ -24,6 +24,7 @@
24
"postinstall": "./scripts/post_install.sh"
25
},
26
"dependencies": {
27
+ "@capacitor/core": "7.4.4",
28
"@playwright/test": "^1.54.2",
29
"colorette": "^2.0.20",
30
"prismjs": "^1.30.0",
@@ -32,6 +33,7 @@
32
33
"react-markdown": "*"
34
35
"devDependencies": {
36
+ "@capacitor/cli": "7.4.4",
37
"@testing-library/dom": "^10.0.0",
38
"@testing-library/jest-dom": "^6.6.4",
39
"@testing-library/react": "^16.3.0",
0 commit comments