mirror of https://github.com/embarklabs/embark.git
feat: add migration guide for v5 in config message
This commit is contained in:
parent
47c71963fb
commit
5d5c962ed2
|
@ -28,8 +28,7 @@ import {getBlockchainDefaults, getContractDefaults} from './configDefaults';
|
|||
const DEFAULT_CONFIG_PATH = 'config/';
|
||||
const PACKAGE = require('../../../package.json');
|
||||
|
||||
// TODO add URL here when post or page is published
|
||||
const embark5ChangesUrl = 'https://...';
|
||||
const embark5ChangesUrl = 'https://embark.status.im/docs/migrating_from_3.x.html#Updating-to-v5';
|
||||
|
||||
var Config = function(options) {
|
||||
this.env = options.env || 'default';
|
||||
|
|
Loading…
Reference in New Issue