mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Set WITH_API=true on Sandstorm, so that export works.
Thanks to xet7 !
This commit is contained in:
parent
945ffeda34
commit
a300b73d56
1 changed files with 1 additions and 0 deletions
|
@ -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}}")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue