refactor: Migrate config schema from Zod v3 to Zod v4 (#2357)
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ const outputEntryTemplate = {
|
||||
sourcemap: dev,
|
||||
};
|
||||
|
||||
const CIRCULAR_DEPENDENCY_IGNORE_REGEXP = /(ha-nunjucks|ts-py-datetime)/;
|
||||
const CIRCULAR_DEPENDENCY_IGNORE_REGEXP = /(ha-nunjucks|ts-py-datetime|zod\/v4)/;
|
||||
|
||||
/**
|
||||
* @type {import('rollup').RollupOptions}
|
||||
|
||||
Reference in New Issue
Block a user