mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
'use strict';
|
|
|
|
const config = require('./.config.autogen.json');
|
|
module.exports = config;
|