docs: readme and comments

This commit is contained in:
efim
2023-10-09 14:56:57 +00:00
parent 8842235372
commit 36c8def8c1
5 changed files with 300 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ func main() {
middleware.AddErrorsMiddleware(app)
pages.AddPageRoutes(app)
// starts the pocketbase backend
// parses cli arguments for hostname and data dir
if err := app.Start(); err != nil {
log.Fatal(err)
}