1
0
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:
Gani Georgiev
2023-07-12 17:12:45 +03:00
parent d0a68da7e7
commit 6fe04bd280
6 changed files with 26837 additions and 3165 deletions

View File

@@ -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 {