FXclient-mirror/index.js

2 lines
95 B
JavaScript
Raw Permalink Normal View History

console.log("Building FXClient");
require("./download.js")().then(() => require("./build.js"));