mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 02:59:03 +01:00
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
import assetPath from "./asset_path.js";
|
|
import { isDev } from "./utils.js";
|
|
|
|
export default isDev ? assetPath + "/src" : assetPath + "/app-dist";
|