Select the types of activity you want to include in your feed.
1import { defineBuildConfig } from 'unbuild' 2 3export default defineBuildConfig({ 4 rollup: { emitCJS: true }, 5 externals: ['node:url'] 6})