fix(aklive2d): fixed init commented config
This commit is contained in:
@@ -4,7 +4,7 @@ import { appendSync } from './file.js'
|
||||
|
||||
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