We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c6c01 commit 724f87aCopy full SHA for 724f87a
backend/Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
name: "SwiftBedrock",
8
platforms: [.macOS(.v15), .iOS(.v18), .tvOS(.v18)],
9
products: [
10
- .executable(name: "PlaygroundAPI", targets: ["PlaygroundAPI"]),
+ .executable(name: "PlaygroundAPI", targets: ["PlaygroundAPI"])
11
],
12
dependencies: [
13
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
0 commit comments