Created
April 2, 2019 20:34
-
-
Save jahvi/e80fa0e722414c54f953047f237cf0e3 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
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