mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-10 04:19:54 +00:00
chore: file renamed
This commit is contained in:
16
scripts/constants.js
Normal file
16
scripts/constants.js
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
const Environment = {
|
||||||
|
Development: 'development',
|
||||||
|
Staging: 'staging', // staging will be for testing purpose
|
||||||
|
Production: 'production',
|
||||||
|
Canary: 'canary', // Canary is production but for early adopter
|
||||||
|
};
|
||||||
|
|
||||||
|
const AppFormat = {
|
||||||
|
WebApp: 'webapp',
|
||||||
|
Dmg: 'dmg',
|
||||||
|
AppImage: 'appImage',
|
||||||
|
Snap: 'snap',
|
||||||
|
NSIS: 'nsis',
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = { Environment, AppFormat };
|
||||||
Reference in New Issue
Block a user