package main import ( "TastyBites/cmd" ) func main() { cmd.Serve() }