Even though I upgraded, I can’t get my wails application up and running
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 […]