mirror of https://github.com/TriliumNext/Notes
server-ts: Fix more references to js files for converted files
parent
8b250e4a13
commit
030aec2f3e
@ -1,3 +1,3 @@
|
|||||||
const config = require('./config.js');
|
const config = require('./config');
|
||||||
|
|
||||||
module.exports = process.env.TRILIUM_HOST || config['Network']['host'] || '0.0.0.0';
|
module.exports = process.env.TRILIUM_HOST || config['Network']['host'] || '0.0.0.0';
|
||||||
|
|||||||
Loading…
Reference in New Issue