fix(mobile): type

This commit is contained in:
DIYgod 2025-04-25 19:28:35 +08:00
parent 2e27c3e534
commit feb3f004f2
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -176,8 +176,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
},
},
],
process.env.PROFILE !== "production"
? require("./plugins/android-trust-user-certs.js")
: undefined,
...(process.env.PROFILE !== "production"
? [require("./plugins/android-trust-user-certs.js")]
: []),
],
})