mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Add Zeus config
This commit is contained in:
22
zeus.json
Normal file
22
zeus.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"command": "ruby -rzeus/rails -eZeus.go",
|
||||
|
||||
"plan": {
|
||||
"boot": {
|
||||
"default_bundle": {
|
||||
"development_environment": {
|
||||
"prerake": {"rake": []},
|
||||
"runner": ["r"],
|
||||
"console": ["c"],
|
||||
"server": ["s"],
|
||||
"generate": ["g"]
|
||||
},
|
||||
"test_environment": {
|
||||
"testtask": [],
|
||||
"test_helper": {"testrb": []},
|
||||
"spec_helper": {"rspec": []}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user