mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-19 14:19:16 +00:00
update features list
This commit is contained in:
parent
01d7d8e554
commit
b7966ff7fa
2 changed files with 27 additions and 31 deletions
quartz
|
@ -295,8 +295,8 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
|||
console.log(`Successfully transpiled ${Object.keys(meta.inputs).length} files (${prettyBytes(meta.bytes)})`)
|
||||
}
|
||||
|
||||
const { default: init } = await import(cacheFile)
|
||||
init(argv, version)
|
||||
const { default: buildQuartz } = await import(cacheFile)
|
||||
buildQuartz(argv, version)
|
||||
})
|
||||
.showHelpOnFail(false)
|
||||
.help()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue