mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Standardize filename casing for services and Public API (no-changelog) (#10579)
This commit is contained in:
@@ -20,7 +20,7 @@ import { OrchestrationService } from '@/services/orchestration.service';
|
||||
|
||||
import { mockInstance } from '../../../shared/mocking';
|
||||
|
||||
export { setupTestServer } from './testServer';
|
||||
export { setupTestServer } from './test-server';
|
||||
|
||||
// ----------------------------------
|
||||
// initializers
|
||||
@@ -137,7 +137,7 @@ export const setInstanceOwnerSetUp = async (value: boolean) => {
|
||||
// community nodes
|
||||
// ----------------------------------
|
||||
|
||||
export * from './communityNodes';
|
||||
export * from './community-nodes';
|
||||
|
||||
// ----------------------------------
|
||||
// workflow
|
||||
|
||||
Reference in New Issue
Block a user