mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Rework config.js to not be add to web pack.
This commit is contained in:
@@ -5,6 +5,9 @@ var Amount = require("../src/js/amount.js").Amount;
|
||||
var Remote = require("../src/js/remote.js").Remote;
|
||||
var Server = require("./server.js").Server;
|
||||
|
||||
require("../src/js/amount.js").config = require("./config.js");
|
||||
require("../src/js/remote.js").config = require("./config.js");
|
||||
|
||||
var config = require("./config.js");
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user