server-ts: Port migration service

This commit is contained in:
Elian Doran
2024-02-17 19:42:30 +02:00
parent 8936a3fa3b
commit a58abffe58
4 changed files with 152 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ const APP_DB_VERSION = 228;
const SYNC_VERSION = 32;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {
export = {
appVersion: packageJson.version,
dbVersion: APP_DB_VERSION,
nodeVersion: process.version,