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