mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08: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 + "/app" : assetPath + "/app-dist";
|