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 4a2c873 commit 09497c9Copy full SHA for 09497c9
src/CoreManager.ts
@@ -317,7 +317,7 @@ const config: Config & { [key: string]: any } = {
317
SERVER_AUTH_TOKEN: null,
318
LIVEQUERY_SERVER_URL: null,
319
ENCRYPTED_KEY: null,
320
- VERSION: 'js' + require('../package.json').version,
+ VERSION: process.env.PARSE_VERSION,
321
APPLICATION_ID: null,
322
JAVASCRIPT_KEY: null,
323
MASTER_KEY: null,
0 commit comments