Some further additions

This commit is contained in:
Martin Donnelly 2024-08-29 11:17:53 +01:00
parent 9b11de7902
commit 46838a5349
3 changed files with 6 additions and 0 deletions

View File

@ -17,7 +17,13 @@ import (
"github.com/pocketbase/pocketbase/core" "github.com/pocketbase/pocketbase/core"
) )
var (
Version string
Build string
)
func main() { func main() {
log.Printf("GO-PB-JUBILEE v%+v build %+v\n\n", Version, Build)
app := pocketbase.New() app := pocketbase.New()
// serves static files from the provided public dir (if exists) // serves static files from the provided public dir (if exists)

Binary file not shown.

Binary file not shown.