main #42

Merged
trachi93 merged 11 commits from main into development 2025-12-09 09:34:26 +01:00
Showing only changes of commit ba21f797de - Show all commits

View File

@@ -1,3 +1,3 @@
import { readFileSync } from 'fs'; import { readFileSync } from 'fs';
export default JSON.parse(readFileSync('./config_prod.json').toString()); export default JSON.parse(readFileSync('./config.json').toString());