diff --git a/src/cli/commands/utils/helpers.ts b/src/cli/commands/utils/helpers.ts index 4a4704b..1d6e51d 100644 --- a/src/cli/commands/utils/helpers.ts +++ b/src/cli/commands/utils/helpers.ts @@ -49,7 +49,7 @@ ${exportInstruction} { ${chalk.gray('// ...')} ${chalk.green(`'${pluginName}'`)}: { enabled: ${chalk.yellow(true)}, - resolve: ${chalk.yellow(pluginPath || `'./src/plugins/${pluginName}'`)} + resolve: '${chalk.yellow(pluginPath || `./src/plugins/${pluginName}`)}' }, ${chalk.gray('// ...')} }