UNPKG

hexo-blogger-xml

Version:

Import xml blogger to hexo

27 lines (26 loc) 783 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "command": "yarn install && yarn workspace wmi exec \"hexo clean && hexo server\"", "name": "install-clean-serve", "request": "launch", "type": "node-terminal" }, { "command": "yarn install && yarn workspace wmi exec \"node hexo-test.js\"", "name": "install-test", "request": "launch", "type": "node-terminal" }, { "command": "yarn workspace wmi exec \"node hexo-test.js\"", "name": "test", "request": "launch", "type": "node-terminal" } ] }