mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:25:55 +00:00
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"installCommand": "pnpm install --no-frozen-lockfile",
|
|
"buildCommand": "pnpm docs:build",
|
|
"devCommand": "pnpm docs:dev",
|
|
"cleanUrls": true,
|
|
"framework": "vite",
|
|
"git": {
|
|
"deploymentEnabled": {
|
|
"master": true,
|
|
"gh-pages": false
|
|
}
|
|
}
|
|
}
|