mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-02 17:35:17 +02:00
33 lines
623 B
JSON
33 lines
623 B
JSON
|
{
|
||
|
"files": [
|
||
|
{
|
||
|
"name": "flame.css",
|
||
|
"msg": {
|
||
|
"created": "Created empty CSS file",
|
||
|
"found": "Custom CSS file found"
|
||
|
},
|
||
|
"paths": {
|
||
|
"src": "../../data",
|
||
|
"dest": "../../public"
|
||
|
},
|
||
|
"template": "",
|
||
|
"isJSON": false
|
||
|
},
|
||
|
{
|
||
|
"name": "customQueries.json",
|
||
|
"msg": {
|
||
|
"created": "Created empty queries file",
|
||
|
"found": "Custom queries file found"
|
||
|
},
|
||
|
"paths": {
|
||
|
"src": "../../data",
|
||
|
"dest": "../../data"
|
||
|
},
|
||
|
"template": {
|
||
|
"queries": []
|
||
|
},
|
||
|
"isJSON": true
|
||
|
}
|
||
|
]
|
||
|
}
|