Files
netbird-docs/babel.config.js
mlsmaycon 98751bc1f4 Move the documentation repository to a public repo
Added a LICENSE and documentation on how to contribute

Updated CI/CD to use the root level code
2022-06-20 19:05:25 +02:00

4 lines
89 B
JavaScript

module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};