mirror of
https://git.disroot.org/wolfree/wolfree-dockerfile
synced 2025-01-01 09:47:51 +01:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
/* SPDX-License-Identifier: AGPL-3.0-or-later */
|
|
|
|
// @ts-check
|
|
|
|
module.exports = {
|
|
presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
|
|
};
|