Jay
Jay
What did you mean by this? Were you restarting `sst dev`?
Yeah you need to have it running but I was confused by this: > separate console at least once every time a change Did you have to restart the command?
@thdxr let's take a look?
Relevant Discord thread https://discord.com/channels/983865673656705025/1121404657978310707/1124158746315202620
I think that redirect is coming from our email newsletter provider. I wonder if that link is being blocked for you. If you are still having issues, send me an...
Oh that's a good point! It should be installed in the core directory. I'll make a note for a future edit.
Oh interesting. I'll have to update this separately later with the source repo as well.
That's really weird. Can you open a thread in #help on our Discord? I'll ask the team to take a look.
@bharloe The versions are tagged in the repo, so you can do a diff between the versions (https://github.com/AnomalyInnovations/serverless-stack-com/compare/v1.0...v1.1). The only tricky thing about this is that I made quite a...
Hmmm I don't have experience with VS Code. But are you setting the test script in your `package.json`? ``` "scripts": { "test": "serverless-bundle test" } ```