mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev -h 127.0.0.1 -p 9090 --debug docs",
|
|
"docs:build": "vuepress build docs"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress": "^0.14.8"
|
|
}
|
|
} |