jarvis-arch-hexagonal-gen 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ async function generateCommand(plugin, entity, options) {
|
|
|
17
17
|
}
|
|
18
18
|
const metadata = (0, parser_1.parseEntity)(entity, { columns });
|
|
19
19
|
// Lê configuração
|
|
20
|
-
const pluginsDir = path_1.default.join(__dirname, '..', 'plugins');
|
|
20
|
+
const pluginsDir = path_1.default.join(__dirname, '..', '..', 'plugins');
|
|
21
21
|
const generator = new generator_1.Generator(pluginsDir);
|
|
22
22
|
try {
|
|
23
23
|
await generator.generate(plugin, metadata, options);
|