SnailyCAD / snaily-cadv4

💻 An open source Computer Aided Dispatch (CAD) for FiveM, this is a web based integration for communities who love police roleplaying and dispatching. Discord: https://discord.gg/eGnrPqEH7U
https://docs.snailycad.org/docs/getting-started
MIT License
140 stars 84 forks source link

add git stash to full-start #1820

Closed subtosharki closed 11 months ago

subtosharki commented 11 months ago

to avoid package.json custom port issues

burnoutprojects commented 11 months ago

You don't apply stashed files after git pull 🙂. You can add git stash apply or git stash pop after git pull

subtosharki commented 11 months ago

if there were changes to the package.json and i did either of those wouldnt it remove the changes that git pull just did? before the app starts it applies the port to the script if its not present so im not too worried about not getting my old package.json back