mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
fix migrations
This commit is contained in:
@@ -10,9 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
var app *pocketbase.PocketBase
|
||||
|
||||
app = pocketbase.NewWithConfig(pocketbase.Config{
|
||||
app := pocketbase.NewWithConfig(pocketbase.Config{
|
||||
DefaultDataDir: beszel.AppName + "_data",
|
||||
})
|
||||
app.RootCmd.Version = beszel.Version
|
||||
|
||||
Reference in New Issue
Block a user