mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 18:34:09 +00:00
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"app": {
|
|
"contracts": ['app/contracts/**'],
|
|
"css": ['app/css/**'],
|
|
"js": ['app/js/**'],
|
|
"main": 'app/index.html'
|
|
},
|
|
"config": "config/"
|
|
}
|