all: sync with master
This commit is contained in:
9
client/constants.js
vendored
9
client/constants.js
vendored
@@ -1,11 +1,6 @@
|
||||
const BUILD_ENVS = {
|
||||
export const BUILD_ENVS = {
|
||||
dev: 'development',
|
||||
prod: 'production',
|
||||
};
|
||||
|
||||
const BASE_URL = 'control';
|
||||
|
||||
module.exports = {
|
||||
BUILD_ENVS,
|
||||
BASE_URL,
|
||||
};
|
||||
export const BASE_URL = 'control';
|
||||
|
||||
Reference in New Issue
Block a user