Hi all, lately I was upgrading my sst from 0.53 to...
# help
j
Hi all, lately I was upgrading my sst from 0.53 to 0.59 with great success (btw, very helpful guide - all clear and easy to apply, thanks!) and after that I have noticed that hot upload of modified files doesn't work anymore and eslint is not run. By hot upload I mean that when
npm start
is running then any changes in
/src
and
/stacks
folder are being detected and applied to my local dev stage automatically. To check if it was just my issue I have created fresh new sst apps (both Java Script and Typescript) and neither hot upload nor eslint is working there. Am I missing something obvious? Or I have to configure those two features by myself now? thanks
f
Hey @Jakub Przybytek, Iā€™m looking into this issue. Will keep you posted!
This is fixed in 0.60.5!
j
Great news! Will check that today šŸ™‚
linting and redeploy works great (both stack code and lambda code) in 0.60.6 šŸ™‚ Thanks!