feat: Begins view controller integration into app target.
This commit is contained in:
@@ -37,7 +37,8 @@ let package = Package(
|
||||
.executableTarget(
|
||||
name: "App",
|
||||
dependencies: [
|
||||
"DatabaseClientLive",
|
||||
.target(name: "DatabaseClientLive"),
|
||||
.target(name: "ViewControllerLive"),
|
||||
.product(name: "Fluent", package: "fluent"),
|
||||
.product(name: "FluentSQLiteDriver", package: "fluent-sqlite-driver"),
|
||||
.product(name: "Vapor", package: "vapor"),
|
||||
|
||||
Reference in New Issue
Block a user