mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
server-esm: Change single export to export default
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import assetPath from "./asset_path.js";
|
||||
import env from "./env.js";
|
||||
|
||||
export = env.isDev()
|
||||
export default env.isDev()
|
||||
? assetPath + "/app"
|
||||
: assetPath + "/app-dist";
|
||||
|
||||
Reference in New Issue
Block a user