Patrick

Results 1 comments of Patrick

Also broke in my project. Before Update (broken): ``` [build] bin = "./tmp/main app serve" ``` Working after update ``` [build] full_bin = "tmp/main app serve" ``` I think this...