mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import assetPath = require('./asset_path');
|
||||
import env = require('./env');
|
||||
import assetPath from "./asset_path.js";
|
||||
import env from "./env.js";
|
||||
|
||||
export = env.isDev()
|
||||
? assetPath + "/app"
|
||||
|
||||
Reference in New Issue
Block a user