update features list

This commit is contained in:
Jacky Zhao 2023-07-20 21:51:55 -07:00
parent 01d7d8e554
commit b7966ff7fa
2 changed files with 27 additions and 31 deletions

View file

@ -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()