@yimingliao/cms 0.0.44 → 0.0.45
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/server/index.js +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -641,7 +641,7 @@ function createSendEmail({
|
|
|
641
641
|
});
|
|
642
642
|
};
|
|
643
643
|
}
|
|
644
|
-
var TEMPLATE_DIR = path.resolve(process.cwd(), "
|
|
644
|
+
var TEMPLATE_DIR = path.resolve(process.cwd(), "emails");
|
|
645
645
|
var LAYOUT_PATH = path.join(TEMPLATE_DIR, "layout.html");
|
|
646
646
|
var templateCache = /* @__PURE__ */ new Map();
|
|
647
647
|
async function readTemplate(filePath) {
|