// Active plugins - import and add to the array to enable // Remove from array and delete the plugin directory to disable // import { giteaPlugin } from './plugins/gitea/src/index.js'; export const plugins: unknown[] = [ // giteaPlugin, ];