fix for member and member type (#19037)
This commit is contained in:
@@ -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/';
|
||||
|
||||
Reference in New Issue
Block a user