1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 23:24:00 +02:00

remind users to call e.Next() in the OnBootstrap hook if the app is still not initilized after the hook trigger

This commit is contained in:
Gani Georgiev
2024-10-06 22:51:39 +03:00
parent 0c2266490f
commit 9087b68651
2 changed files with 10 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ func main() {
},
Priority: 999, // execute as latest as possible to allow users to provide their own route
})
if err := app.Start(); err != nil {
log.Fatal(err)
}