I pulled a project from git and there were no wails.json files. I created it manually but Assets: application.AssetOptions{
Handler: application.AssetFileServerFS(assets),
}, in this line I get the main.go:44:25: undefined: application.AssetFileServerFS error. When I say wails dev, I get the error shown in the image.enter image description hereenter image description here
I tried updating the package but it didn't work

Sofware is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.