refactor(share): use custom build plugin

This commit is contained in:
Elian Doran
2025-06-09 11:18:47 +03:00
parent d6bb790e26
commit 7e443e7b8d
3 changed files with 22 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import fs from "node:fs";
import path from "node:path";
import ejsPlugin from "@digitalmaas/esbuild-plugin-ejs";
import ejsPlugin from "./esbuild-ejs-plugin.js";
// import {fileURLToPath} from "node:url";
import dotenv from "dotenv";