This commit is contained in:
2025-08-07 12:11:28 +02:00
parent eea1621339
commit 3c8e521ced
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.