mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-07-02 02:04:54 +08:00
13 lines
175 B
JSON
13 lines
175 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules",
|
|
"packages"
|
|
],
|
|
"verbose": true,
|
|
"watch": [
|
|
"js/"
|
|
],
|
|
"ext": "js,json"
|
|
} |