Skip to content

Commit

Permalink
fix: test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Jul 21, 2024
1 parent 75d0298 commit c17c829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func init() { //nolint:gochecknoinits

func App(dir string, test bool) (*pocketbase.PocketBase, error) {
app := pocketbase.NewWithConfig(pocketbase.Config{
DefaultDev: false, // dev(),
DefaultDev: test || dev(),
DefaultDataDir: dir,
})

Expand Down

0 comments on commit c17c829

Please sign in to comment.