1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-23 22:55:37 +02:00

added comments and typedoc group tags to the generated docs

This commit is contained in:
Gani Georgiev
2023-06-28 21:39:57 +03:00
parent a672ab959f
commit ecdf9c26cd
3 changed files with 5217 additions and 4712 deletions

View File

@@ -246,6 +246,7 @@ func (p *plugin) watchHooks() error {
}
stopDebounceTimer()
debounceTimer = time.AfterFunc(50*time.Millisecond, func() {
// app restart is currently not supported on Windows
if runtime.GOOS == "windows" {