mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import path = require('path');
|
||||
import assetPath = require('./src/services/asset_path');
|
||||
import assetPath from "./src/services/asset_path.js";
|
||||
|
||||
module.exports = {
|
||||
mode: 'production',
|
||||
|
||||
Reference in New Issue
Block a user