add pocketbase

This commit is contained in:
2025-05-29 11:48:39 +02:00
parent 7ed70d58d2
commit 5f8f8b3dd3
25 changed files with 1484 additions and 48 deletions

8
backend/custom/gtm/js.go Normal file
View File

@ -0,0 +1,8 @@
package gtm
import (
"embed"
)
//go:embed gtm.js
var JS embed.FS