Skip to content

Instantly share code, notes, and snippets.

@qleguennec
Created October 11, 2017 09:51
Show Gist options
  • Save qleguennec/9c7ea70d1706479430c1588a98f2a048 to your computer and use it in GitHub Desktop.
Save qleguennec/9c7ea70d1706479430c1588a98f2a048 to your computer and use it in GitHub Desktop.
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