1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 21:29:44 +00:00
Files
pocket-id/backend/cmd/main.go

10 lines
126 B
Go

package main
import (
"github.com/pocket-id/pocket-id/backend/internal/bootstrap"
)
func main() {
bootstrap.Bootstrap()
}