Adapt code to new repository
basebuild / goreleaser (push) Has been cancelled

This commit is contained in:
T. R. Bernstein
2026-05-04 01:59:05 +02:00
parent 5a821ac520
commit 908641234a
17 changed files with 29 additions and 35 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ import (
"github.com/fatih/color"
"github.com/fsnotify/fsnotify"
"github.com/pocketbase/pocketbase/tools/hook"
"github.com/pocketbase/pocketbase/tools/routine"
"github.com/pocketbase/pocketbase/tools/security"
"github.com/tabshift-gh/pocketbase/tools/hook"
"github.com/tabshift-gh/pocketbase/tools/routine"
"github.com/tabshift-gh/pocketbase/tools/security"
)
const systemHookIdNotifyWatcher = "__pbNotifyWatcherSystemHook__"