mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-30 19:01:00 +00:00
feat(experimental): partial rebuilds (#716)
This commit is contained in:
parent
a87704cd05
commit
fe353d946b
17 changed files with 604 additions and 11 deletions
quartz/cli
|
@ -71,6 +71,11 @@ export const BuildArgv = {
|
|||
default: false,
|
||||
describe: "run a local server to live-preview your Quartz",
|
||||
},
|
||||
fastRebuild: {
|
||||
boolean: true,
|
||||
default: false,
|
||||
describe: "[experimental] rebuild only the changed files",
|
||||
},
|
||||
baseDir: {
|
||||
string: true,
|
||||
default: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue