fix(aklive2d): fixed init
This commit is contained in:
@@ -13,7 +13,7 @@ export function appendReadme(operatorName) {
|
||||
|
||||
export function appendMainConfig(operatorName) {
|
||||
appendSync(
|
||||
`\n ${operatorName}: !include config/${operatorName}.yaml`,
|
||||
`\n # ${operatorName}: !include config/${operatorName}.yaml`,
|
||||
path.join(__projectRoot, 'config.yaml')
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user