server-ts: data_dir.js -> data_dir.ts

This commit is contained in:
Elian Doran
2024-02-16 21:03:37 +02:00
parent bda11fad40
commit 981221d599
14 changed files with 21 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
const build = require('./build.js');
const packageJson = require('../../package.json');
const {TRILIUM_DATA_DIR} = require('./data_dir.js');
const {TRILIUM_DATA_DIR} = require('./data_dir.ts');
const APP_DB_VERSION = 228;
const SYNC_VERSION = 32;