feat: Fixes release build failures and get's release dockerfile working.
This commit is contained in:
@@ -2,7 +2,7 @@ import Elementary
|
||||
import ElementaryHTMX
|
||||
import SharedModels
|
||||
|
||||
struct EmployeeTable: HTML {
|
||||
struct EmployeeTable: HTML, Sendable {
|
||||
let employees: [Employee]
|
||||
|
||||
var content: some HTML {
|
||||
@@ -29,7 +29,7 @@ struct EmployeeTable: HTML {
|
||||
}
|
||||
}
|
||||
|
||||
struct Row: HTML {
|
||||
struct Row: HTML, Sendable {
|
||||
let employee: Employee
|
||||
|
||||
var content: some HTML {
|
||||
|
||||
Reference in New Issue
Block a user