Skip to content

Commit 78ea2de

Browse files
committed
adjust backend package
1 parent cd470a8 commit 78ea2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-playground/backend/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
1414
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
15-
.package(path: "../../swift-bedrock-library"),
15+
.package(name: "swift-bedrock-library", path: "../.."),
1616
],
1717
targets: [
1818
.executableTarget(

0 commit comments

Comments
 (0)