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