|
@@ -184,6 +184,7 @@ const myCommand :Spk.Manifest.Command = (
|
|
|
environ = [
|
|
|
# Note that this defines the *entire* environment seen by your app.
|
|
|
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
|
|
|
+ (key = "SANDSTORM", value = "1"),
|
|
|
(key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
|
|
|
]
|
|
|
);
|