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 41c50e9 commit 1c8913dCopy full SHA for 1c8913d
Examples/web-playground/backend/Package.swift
@@ -12,10 +12,10 @@ let package = Package(
12
dependencies: [
13
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
14
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
15
-
+
16
// Uncomment the following line to use the Bedrock library from a specific branch or commit
17
// .package(url: "https://github.com/build-on-aws/swift-bedrock-library.git", branch: "main"),
18
19
// for CI or testing purposes, you can use a local path
20
.package(name: "swift-bedrock-library", path: "../../.."),
21
],
0 commit comments