mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(core): Mark all backend Enterprise Edition files and dirs (#12350)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { hasScope } from '@/hasScope';
|
||||
import type { Scope } from '@/types';
|
||||
import { hasScope } from '@/hasScope.ee';
|
||||
import type { Scope } from '@/types.ee';
|
||||
|
||||
const ownerPermissions: Scope[] = [
|
||||
'workflow:create',
|
||||
|
||||
Reference in New Issue
Block a user