Some further additions
This commit is contained in:
parent
9b11de7902
commit
46838a5349
6
main.go
6
main.go
@ -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)
|
||||||
|
BIN
pb_data/data.db
BIN
pb_data/data.db
Binary file not shown.
BIN
pb_data/logs.db
BIN
pb_data/logs.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user