Closed anothergituser closed 1 year ago
To kind of answer my own question
First cd to the builder project and run npm run package-watch
then run npm run dev
in primo project
Hey there - looks like you're including the 'dist' folder. Mind removing that so I can merge this? Thanks!
I'll close this one since i had no idea that further commits on my part in this repo would be included in the original pull request that only included file src/lib/views/modal/Deploy.svelte
Hello,
Prior to change, downloading the sites files would not work and the generated zip file would be empty.
Also, if you can please shed some light on how to link this project to the primo project. What i managed to do is clone the builder repo and add it to the primo project using
npm install --save ../builder
but for each change i need to runnpm run build
, surely there's a better way.Thanks again