[seaorm] Añade soporte a SeaORM en PageTop

This commit is contained in:
Manuel Cillero 2024-12-06 05:45:37 +01:00
parent 80ff4d9e8e
commit d6c262cee6
17 changed files with 3453 additions and 12 deletions

View file

@ -13,7 +13,7 @@ members = [
#"layouts/pagetop-bootsier",
# Packages
#"packages/pagetop-seaorm",
"packages/pagetop-seaorm",
# App
"drust",
@ -42,4 +42,4 @@ pagetop = { version = "0.0", path = "pagetop" }
#pagetop-bootsier = { version = "0.0", path = "layouts/pagetop-bootsier" }
# Packages
#pagetop-seaorm = { version = "0.0", path = "packages/pagetop-seaorm" }
pagetop-seaorm = { version = "0.0", path = "packages/pagetop-seaorm" }