mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-07 12:27:45 +00:00
feat(platform): release/build script optimised
This commit is contained in:
8
scripts/environment.js
Normal file
8
scripts/environment.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const Environment = {
|
||||
Development: 'development',
|
||||
Staging: 'staging', // staging will be for testing purpose
|
||||
Production: 'production',
|
||||
Canary: 'canary', // Canary is production but for early adopter
|
||||
};
|
||||
|
||||
module.exports = Environment;
|
||||
Reference in New Issue
Block a user