gitea source for verification 2026-05-22
This commit is contained in:
9
updates.config.ts
Normal file
9
updates.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type {Config} from 'updates';
|
||||
|
||||
export default {
|
||||
exclude: [
|
||||
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
|
||||
'cropperjs', // need to migrate to v2 but v2 is not compatible with v1
|
||||
'tailwindcss', // need to migrate
|
||||
],
|
||||
} satisfies Config;
|
||||
Reference in New Issue
Block a user