mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-12-17 02:42:34 +08:00
more cresc config
This commit is contained in:
6
src/utils/constants.ts
Normal file
6
src/utils/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const credentialFile = global.IS_CRESC ? '.cresc.token' : '.update';
|
||||
export const updateJson = global.IS_CRESC ? 'cresc.config.json' : 'update.json';
|
||||
export const tempDir = global.IS_CRESC ? '.cresc.temp' : '.pushy';
|
||||
export const pricingPageUrl = global.IS_CRESC
|
||||
? 'https://cresc.dev/pricing'
|
||||
: 'https://pushy.reactnative.cn/pricing.html';
|
||||
Reference in New Issue
Block a user