mirror of
https://git.disroot.org/wolfree/wolfree-dockerfile
synced 2025-01-01 09:47:51 +01:00
7 lines
219 B
JavaScript
7 lines
219 B
JavaScript
/* SPDX-License-Identifier: AGPL-3.0-or-later */
|
|
|
|
// dependents:
|
|
// ../rust/wolfree_patch_libredirect/src/main.rs
|
|
/** @type { { config: { libredirect: false } } } */
|
|
module.exports = { config: { libredirect: false } };
|