8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"watch": ["src/"],
|
|
"ignore": ["client/", "dist/", "node_modules/", "*.test.js"],
|
|
"ext": "js,json",
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
}
|
|
} |