gitea源码

updates.config.ts 290B

12345678910
  1. import type {Config} from 'updates';
  2. export default {
  3. exclude: [
  4. '@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
  5. 'cropperjs', // need to migrate to v2 but v2 is not compatible with v1
  6. 'tailwindcss', // need to migrate
  7. ],
  8. } satisfies Config;