mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-02 17:03:36 +00:00
12 lines
171 B
YAML
12 lines
171 B
YAML
|
development:
|
||
|
SimpleStorage:
|
||
|
args:
|
||
|
- 100
|
||
|
BarStorage:
|
||
|
instanceOf: SimpleStorage
|
||
|
FooStorage:
|
||
|
instanceOf: SimpleStorage
|
||
|
args:
|
||
|
- 200
|
||
|
staging:
|