Created
March 22, 2019 11:22
-
-
Save johnfitzpatrick/5ffaf7f18ab527e75f8bf3d9c8e06578 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
pkg_name=nodejs_demo | |
pkg_origin=myorigin | |
pkg_version="0.2.0" | |
pkg_scaffolding="core/scaffolding-node" | |
pkg_exports=( | |
[port]=app.port | |
) | |
pkg_exposes=(port) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment