feat: 增加 cert:generate 和 arduino:install 脚本
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"watch": [
|
||||
"dist",
|
||||
"src"
|
||||
"config.json"
|
||||
],
|
||||
"ext": "js,json",
|
||||
"exec": "node dist/bundle.js"
|
||||
"ext": "cjs,json",
|
||||
"exec": "node dist/bundle.cjs"
|
||||
}
|
||||
Reference in New Issue
Block a user