Files
Trilium/apps/server/src/services/app_path.ts
2025-08-31 19:21:36 +03:00

5 lines
133 B
TypeScript

import assetPath from "./asset_path.js";
import { isDev } from "./utils.js";
export default isDev ? assetPath : assetPath + "/src";