Replies: 1 comment
-
@nexxai I think these are all great ideas. I'm not sure where we are with them now since August, but feel free to dive in if you have time, I'd be happy to work with you to figure some of these out and test |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm working on my build and I've noticed there's a few things that should be added to the build process for cleanliness and security sake, but I don't know enough TS/JS to contribute actual code for them. I'm hoping someone with a little more knowledge than I can take this ball and run with it.
--i_know_what_i_am_doing
flag to ignore those checks. (As this is all done in PHP, if the community agrees this is a good idea, I don't mind being the steward of said list.)storage/logs
folder included in my app's build. My app also uses Ryan Chandler's Orbit package for model storage, so I would like to be able to exclude/content
from my build as well.500 Server Error
when running as a packaged app but not when running locally. After some digging into the~/Library/Application Support/[MY APP]/storage/logs
folder, I discovered it was because I hadn't runnpm run build
prior to the packing of my app. Having that automatically run that command (or at least prompt for the option) would make my life easier.I am aware that most of the above issues would be solved by deploying from a fresh CI runner, but I would suspect some smaller devs will be packaging from their local rather than CI (at least in the beginning) and having the above quality of life improvements would be helpful and make the community a little more secure.
Beta Was this translation helpful? Give feedback.
All reactions