-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
whats the correct package installation, to get this import, cause i am receiving error no module found
// swift-tools-version: 5.8
import PackageDescription
let package = Package(
name: "sightuary-swift-vercel",
platforms: [
.macOS(.v12)
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.76.0"),
.package(url: "https://github.com/swift-cloud/Vercel", branch: "main"),
.package(url: "https://github.com/pointfreeco/swift-html-vapor", from: "0.4.0"),
//.package(url: "https://github.com/binarybirds/swift-html", from: "1.6.0")
],
targets: [
.executableTarget(name: "App", dependencies: [
.product(name: "Vapor", package: "vapor"),
//.product(name: "SwiftHtml", package: "swift-html"),
.product(name: "HtmlVaporSupport", package: "swift-html-vapor"),
"Vercel",
.product(name: "VercelVapor", package: "Vercel"),
])
]
)Metadata
Metadata
Assignees
Labels
No labels