10 lines
121 B
JSON
10 lines
121 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
".svn",
|
|
".idea",
|
|
"node_modules/**/node_modules"
|
|
],
|
|
"exec": "npm run start"
|
|
}
|