Skip to content

Commit b3ce942

Browse files
committed
feat: add development server to Application
1 parent 7641550 commit b3ce942

File tree

4 files changed

+209
-99
lines changed

4 files changed

+209
-99
lines changed

Package.resolved

Lines changed: 172 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ let package = Package(
1111
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1212
.package(url: "https://github.com/apple/swift-markdown", from: "0.6.0"),
1313
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.3"),
14+
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "1.0.0")
1415
],
1516
targets: [
1617
.target(
1718
name: "WebUI",
1819
dependencies: [
1920
.product(name: "Logging", package: "swift-log"),
2021
.product(name: "Markdown", package: "swift-markdown"),
22+
.product(name: "Hummingbird", package: "hummingbird")
2123
]
2224
),
2325
.testTarget(name: "WebUITests", dependencies: ["WebUI"]),

0 commit comments

Comments
 (0)