Jay
Jay
In this case you are using Serverless to deploy it but in the guide we use Netlify for it. We also prefer keeping it separate because for most teams the...
Hmm it looks like it's missing in the `package.json`. I think it should be a dev dependency. Can you try it and submit a PR?
@AlexSun98 You should be able to use serverless-offline as is but the `startServer` script is just for convenience to run all the services together.
Let me clarify, is your issue that the initial deploy is taking long and that's why `enableLiveDev` doesn't work for you?
Hmm 20 is a pretty small number tbh. But if there haven't been any changes it shouldn't redeploy them right? In this case are there changes to redeploy?
How do you do this in CDK on a CloudFront distribution?
I wonder if you could configure it with the `plan` option, for example: https://docs.sst.dev/constructs/NextjsSite#configuring-basic-auth
I followed up on that thread.
Hmm interesting let me share internally.
@zvictor just a quick question (maybe you answered it already), but why not put the `sst.config.ts` in the root? You can leave the stacks code elsewhere.