You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-26 16:12:13 +02:00
returned OnAfterBootstrap error and added more jsvm tests
This commit is contained in:
@@ -36,6 +36,8 @@ type ServeConfig struct {
|
||||
AllowedOrigins []string
|
||||
}
|
||||
|
||||
// @todo return the server instance to allow manual shutdowns
|
||||
//
|
||||
// Serve starts a new app web server.
|
||||
func Serve(app core.App, config ServeConfig) error {
|
||||
if len(config.AllowedOrigins) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user