The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 150 B view raw
1export default { 2 plugins: { 3 tailwindcss: {}, 4 autoprefixer: {}, 5 ...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}) 6 }, 7}