mirror of https://github.com/TriliumNext/Notes
server-ts: resource_dir.js -> ts
parent
d3c9e7e157
commit
dc359b2a74
@ -1,6 +1,6 @@
|
||||
const log = require('./log');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
import log = require('./log');
|
||||
import path = require('path');
|
||||
import fs = require('fs');
|
||||
|
||||
const RESOURCE_DIR = path.resolve(__dirname, "../..");
|
||||
|
||||
Loading…
Reference in New Issue