mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-29 08:38:17 +08:00
5 lines
145 B
TypeScript
5 lines
145 B
TypeScript
import assetPath from "./asset_path.js";
|
|
import env from "./env.js";
|
|
|
|
export default env.isDev() ? assetPath + "/app" : assetPath + "/app-dist";
|