Merge branch 'main' into improvments

This commit is contained in:
VDawg 2024-09-03 17:19:01 +03:00 committed by GitHub
commit a834a91725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@ import { parse } from 'smol-toml'
import { readFile } from 'node:fs/promises'
import pluginsToml from '../../../content/plugins.toml?raw'
/** Get the plugins of the `content/plugins/` directory */
async function getPlugins() {
const plugins = parse(pluginsToml).plugins.sort(
(a, b) =>