Skip to content

Instantly share code, notes, and snippets.

@jahvi
Created April 2, 2019 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahvi/e80fa0e722414c54f953047f237cf0e3 to your computer and use it in GitHub Desktop.
Save jahvi/e80fa0e722414c54f953047f237cf0e3 to your computer and use it in GitHub Desktop.
const { createUpwardServer } = require('@magento/upward-js');
async function serve() {
await createUpwardServer({
port: 8000,
bindLocal: true,
logUrl: true,
upwardPath: './upward-hello.yml'
});
}
serve();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment