Created
October 11, 2017 09:51
-
-
Save qleguennec/9c7ea70d1706479430c1588a98f2a048 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import params from "../../params.js"; | |
import * as server from "./index.js"; | |
server.create(params.server).then(() => console.log("not yet ready")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment