Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 8, 2025
1 parent 243c701 commit d014d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nativescript.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const sentryEnabled = !!process.env['NS_SENTRY'];
const loggingEnabled = !!process.env['NS_LOGGING'];
const playstoreBuild = !!process.env['PLAY_STORE_BUILD'];

console.log('playstoreBuild', playstoreBuild)
module.exports = {
ignoredNativeDependencies: [].concat(sentryEnabled ? [] : ['@nativescript-community/sentry']).concat(playstoreBuild ? [] : ['@akylas/nativescript-inapp-purchase']),
id: process.env['APP_ID'],
Expand Down

0 comments on commit d014d9e

Please sign in to comment.