mirror of
https://github.com/maputnik/editor.git
synced 2026-01-03 12:00:00 +00:00
Fixes for breaking changes
- new webpack dev server options - babel support for async functions in hooks - new uuid import style - automatically open browser for testing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
var config = {};
|
||||
var testNetwork = process.env.TEST_NETWORK || "localhost";
|
||||
|
||||
config.testNetwork = process.env.TEST_NETWORK || "localhost";
|
||||
config.port = 9001;
|
||||
config.baseUrl = "http://"+testNetwork+":"+config.port;
|
||||
config.baseUrl = "http://"+config.testNetwork+":"+config.port;
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user