feat: Begins view controller integration into app target.

This commit is contained in:
2025-01-24 09:37:54 -05:00
parent 94f0c660ff
commit ce9cbe168e
3 changed files with 66 additions and 11 deletions

View File

@@ -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"),