mirror of
https://github.com/zhigang1992/favicongrabber.com.git
synced 2026-01-12 22:47:20 +08:00
12 lines
128 B
JSON
12 lines
128 B
JSON
{
|
|
"verbose": true,
|
|
"watch": [
|
|
"server/",
|
|
".env"
|
|
],
|
|
"execMap": {
|
|
"env": "npm start"
|
|
},
|
|
"ext": "js env"
|
|
}
|