A library that I depend on is requiring a file to ...
# help
j
A library that I depend on is requiring a file to be added to the package. Is there way to specify adding a custom file to a deploy?
t
Yes! We have a bundle.copyFiles option. I'm afk right now but search the docs
j
that's what I needed I think
my searching the docs wasn't being fruitful
The wierd thing is that Dev is fine, but prod is breaking because if this
it looks like dev auto adds the file it needs, but prod is excluding it
even using the bundle copy file is not adding it
nvm, I was running the wrong command for deployment 😞
t
Dev can find your file locally because the code is running locally