mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
this value cannot change during runtime, => there is no need to have these checks as dynamic function, instead just export the boolean value directly
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import assetPath from "./asset_path.js";
|
|
import { isDev } from "./utils.js";
|
|
|
|
export default isDev ? assetPath + "/app" : assetPath + "/app-dist"; |