frontend: Use go packages to find assets in dev
Created by: keegancsmith
go/build doesn't support go modules so would fail to find the templates directory if you are outside of the GOPATH. go/packages is the replacement.
Created by: keegancsmith
go/build doesn't support go modules so would fail to find the templates directory if you are outside of the GOPATH. go/packages is the replacement.