diff options
| author | xuatz <xzlow10@gmail.com> | 2025-08-16 23:28:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-16 17:28:00 +0300 |
| commit | 17b59084c4a3345f127f45d3083254e060360bba (patch) | |
| tree | 9da18cabc98e403b719298eed822650516488a93 /apps/mobile/app.json | |
| parent | 9059ca22312dec7878e398dd28a2fa18af560fc3 (diff) | |
| download | karakeep-17b59084c4a3345f127f45d3083254e060360bba.tar.zst | |
fix(mobile): change to metro.config.cjs since migrating to type: module (#1845)
Diffstat (limited to 'apps/mobile/app.json')
| -rw-r--r-- | apps/mobile/app.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 6b02683b..908f6d97 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -54,8 +54,8 @@ "versionCode": 24 }, "plugins": [ - "./plugins/trust-local-certs.js", - "./plugins/camera-not-required.js", + "./plugins/trust-local-certs.cjs", + "./plugins/camera-not-required.cjs", "expo-router", [ "expo-share-intent", |
