mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-21 12:35:28 +01:00
feat: provide app url (#1087)
This commit is contained in:
@@ -39,6 +39,7 @@ func App(dir string, test bool) (*pocketbase.PocketBase, error) {
|
||||
// Register additional commands
|
||||
app.RootCmd.AddCommand(fakeDataCmd(app))
|
||||
app.RootCmd.AddCommand(setFeatureFlagsCmd(app))
|
||||
app.RootCmd.AddCommand(setAppURL(app))
|
||||
|
||||
if err := app.Bootstrap(); err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user