package main import "github.com/haydenhargreaves/Potion/internal/app/server" const PORT = 3000 func main() { server.Init(PORT).Setup().Start() }