trix-app 0.16.4 → 0.16.5
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.cjs +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5392,8 +5392,7 @@ var import_renderer = require("@react-pdf/renderer");
|
|
|
5392
5392
|
var import_node_path = require("node:path");
|
|
5393
5393
|
var import_node_url = require("node:url");
|
|
5394
5394
|
var import_node_fs = __toESM(require("node:fs"));
|
|
5395
|
-
var
|
|
5396
|
-
var currentDir = typeof import.meta !== "undefined" ? import_node_path.dirname(import_node_url.fileURLToPath("file:///Users/savio/Documents/projetos/trix/trix_pdf_builder/src/assets/index.ts")) : __dirname;
|
|
5395
|
+
var currentDir = __dirname;
|
|
5397
5396
|
var possibleDirs = [
|
|
5398
5397
|
import_node_path.join(currentDir, "assets"),
|
|
5399
5398
|
import_node_path.join(currentDir, "..", "assets"),
|