- Set WITH_API=true on Sandstorm, so that export works.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-08-09 16:56:58 +03:00
parent 945ffeda34
commit a300b73d56

View file

@ -237,6 +237,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 = "WITH_API", value = "true"),
(key = "SANDSTORM", value = "1"),
(key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
]