@ahmadubaidillah/core 1.1.1 → 1.1.2
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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26488,6 +26488,7 @@ var __filename2 = fileURLToPath(import.meta.url);
|
|
|
26488
26488
|
var __dirname2 = dirname(__filename2);
|
|
26489
26489
|
function getTemplatesRoot() {
|
|
26490
26490
|
const searchPaths = [
|
|
26491
|
+
join6(__dirname2, "templates"),
|
|
26491
26492
|
join6(__dirname2, "..", "templates"),
|
|
26492
26493
|
join6(__dirname2, "..", "..", "templates"),
|
|
26493
26494
|
join6(__dirname2, "..", "..", "..", "templates"),
|