manu-sapiens's picture
copy of omnitool_latest - should be working
b39afbe
raw
history blame
260 Bytes
/**
* Copyright (c) 2023 MERCENARIES.AI PTE. LTD.
* All rights reserved.
*/
export enum NodeProcessEnv {
development = 'development', // hosted dev stack
staging = 'staging', // hosted staging QA stack
production = 'production' // production stack
}