Initial commit of admin panel.

This commit is contained in:
mikestefanello 2025-03-30 14:46:46 -04:00
parent c8db468292
commit 33e98f9a9e
8 changed files with 466 additions and 7 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/mikestefanello/pagoda
go 1.23.0
go 1.24.0
require (
entgo.io/ent v0.14.3