[READ-ONLY] Mirror of https://github.com/danielroe/zero-vue. Vue bindings for Zero
sync vue zero
0

Configure Feed

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

zero-vue / tsdown.config.ts
94 B 5 lines
1import { defineConfig } from 'tsdown' 2 3export default defineConfig({ 4 dts: { oxc: true }, 5})