Skip to content

Instantly share code, notes, and snippets.

@hodgestar
Created May 7, 2013 15:36
Show Gist options
  • Select an option

  • Save hodgestar/5533569 to your computer and use it in GitHub Desktop.

Select an option

Save hodgestar/5533569 to your computer and use it in GitHub Desktop.
diff --git a/modules/vumigo/files/jsbox_application.yaml b/modules/vumigo/files/jsbox_application.yaml
index 88384de..f74d80a 100644
--- a/modules/vumigo/files/jsbox_application.yaml
+++ b/modules/vumigo/files/jsbox_application.yaml
@@ -3,7 +3,7 @@ transport_name: jsbox_transport
metrics_prefix: "go.accounts."
env:
- NODE_PATH: "/usr/lib/node_modules"
+ NODE_PATH: "/usr/lib/node_modules:/usr/local/lib/node_modules"
app_context: "{require: function(m) { if (m == 'jed' || m == 'vumigo_v01') return require(m); return null; }, Buffer: Buffer}"
sandbox:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment