Skip to content

Commit

Permalink
working through local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Oct 17, 2024
1 parent cd19bf0 commit 1cf6054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Sources/Sublimation/Sublimation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
//

import Foundation
import Logging
public import SublimationCore

/// Adds the ability to auto-discover development urls to your full stack applicaiton.
Expand Down
6 changes: 3 additions & 3 deletions Sources/SublimationCore/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//

public import Foundation
public import Logging
//public import Logging

/// Server Application
@available(*, deprecated, message: "Only used by SublimationNgrok.") public protocol Application {
Expand All @@ -38,8 +38,8 @@ public import Logging
/// Whether the server is running on https or http.
var httpServerTLS: Bool { get }

/// The logger for the server application.
var logger: Logger { get }
// /// The logger for the server application.
// var logger: Logger { get }

/// Posts data to a url.
/// - Parameters:
Expand Down

0 comments on commit 1cf6054

Please sign in to comment.