I ran hc init project-name
hc package which worked fine. Then I ran hc generate zomes/zome-name rust-proc which generated template code
but when I ran hc package again, holochain did not compile my zome. I checked the dna json file and the zome was not added.
here’s the file contents of my dna file
{
“properties”: {}
}
edit:
current fix I found was to copy the devcamp learning pathways project and delete/rename all the files