You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-29 16:58:00 +02:00
updated comments and pass the dashboard path into the installer
This commit is contained in:
@@ -141,7 +141,7 @@ func NewWithConfig(config Config) *PocketBase {
|
||||
}
|
||||
|
||||
// Start starts the application, aka. registers the default system
|
||||
// commands (serve, migrate, version) and executes pb.RootCmd.
|
||||
// commands (serve, superuser, version) and executes pb.RootCmd.
|
||||
func (pb *PocketBase) Start() error {
|
||||
// register system commands
|
||||
pb.RootCmd.AddCommand(cmd.NewSuperuserCommand(pb))
|
||||
|
||||
Reference in New Issue
Block a user