Moved settings.js to ts.

This commit is contained in:
SamTV12345 2024-02-21 21:48:51 +01:00
parent 71c74bc633
commit fbf8667019
44 changed files with 852 additions and 760 deletions

View file

@ -19,7 +19,7 @@ let valueCount = 0;
(async () => {
// initialize database
import * as settings from '../node/utils/Settings';
import {settings} from '../node/utils/Settings';
const db = require('../node/db/DB');
await db.init();