BREAKING CHANGE(project-structure): Refactor project structure by updating import paths, removing legacy files, and adjusting test configurations
This commit is contained in:
		| @@ -3,7 +3,7 @@ import * as path from 'path'; | ||||
| import type { AcmeOptions } from '../models/certificate-types.js'; | ||||
| import { ensureCertificateDirectory } from '../utils/certificate-helpers.js'; | ||||
| // We'll need to update this import when we move the Port80Handler | ||||
| import { Port80Handler } from '../../port80handler/classes.port80handler.js'; | ||||
| import { Port80Handler } from '../../http/port80/port80-handler.js'; | ||||
|  | ||||
| /** | ||||
|  * Factory to create a Port80Handler with common setup. | ||||
|   | ||||
| @@ -2,7 +2,7 @@ import * as plugins from '../../plugins.js'; | ||||
| import type { DomainConfig } from '../../forwarding/config/domain-config.js'; | ||||
| import type { CertificateData, DomainForwardConfig, DomainOptions } from '../models/certificate-types.js'; | ||||
| import { Port80HandlerEvents, CertProvisionerEvents } from '../events/certificate-events.js'; | ||||
| import { Port80Handler } from '../../port80handler/classes.port80handler.js'; | ||||
| import { Port80Handler } from '../../http/port80/port80-handler.js'; | ||||
| // We need to define this interface until we migrate NetworkProxyBridge | ||||
| interface NetworkProxyBridge { | ||||
|   applyExternalCertificate(certData: CertificateData): void; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user