mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 21:47:31 +08:00
chore(nx/server): resource dir
This commit is contained in:
parent
0e8b1f31b3
commit
b44876ee08
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ import log from "./log.js";
|
|||
import path from "path";
|
||||
import fs from "fs";
|
||||
|
||||
import { fileURLToPath } from "url";
|
||||
export const RESOURCE_DIR = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "../assets");
|
||||
import { getResourceDir } from "./utils.js";
|
||||
export const RESOURCE_DIR = path.join(getResourceDir(), "assets");
|
||||
|
||||
// where the "trilium" executable is
|
||||
const ELECTRON_APP_ROOT_DIR = path.resolve(RESOURCE_DIR, "../..");
|
||||
|
|
Loading…
Add table
Reference in a new issue