fix for member and member type (#19037)

This commit is contained in:
Mads Rasmussen
2025-04-15 10:48:19 +02:00
committed by GitHub
parent bfa9cab1cf
commit 37e25c3b2b
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import path from 'path';
import { createImportMap } from '../importmap/index.js';
const ILLEGAL_CORE_IMPORTS_THRESHOLD = 7;
const SELF_IMPORTS_THRESHOLD = 11;
const SELF_IMPORTS_THRESHOLD = 9;
const clientProjectRoot = path.resolve(import.meta.dirname, '../../');
const modulePrefix = '@umbraco-cms/backoffice/';