@berun/preset-bestatic
v7.3.6
Published
TDX and MDX-based documentation server
Downloads
82
Readme
@berun/preset-bestatic
Configuration
Add to your @berun
config file. Requires (and must follow) @berun/preset-react
// config/berun.config.ts
export default {
use: [
'@berun/preset-react',
'@berun/preset-bestatic',
'@berun/runner-eslint',
'@berun/runner-prettier'
]
}