完成网络音乐、工具页面与安装器体验升级
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"restartable": "rs",
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules/",
|
||||
"dist/",
|
||||
"coverage/"
|
||||
],
|
||||
"watch": [
|
||||
"module/**",
|
||||
"plugins/**",
|
||||
"util/**",
|
||||
"types/**",
|
||||
"./server.js",
|
||||
"./index.js",
|
||||
"./main.js"
|
||||
],
|
||||
"execMap": {
|
||||
"js": "node "
|
||||
},
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"ext": "js,json,ts"
|
||||
}
|
||||
Reference in New Issue
Block a user