mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
![]() |
import assetPath = require('./asset_path');
|
||
|
import env = require('./env');
|
||
|
|
||
|
export = env.isDev()
|
||
|
? assetPath + "/app"
|
||
|
: assetPath + "/app-dist";
|