when I build it outside sst, everything seems to g...
# sst
e
when I build it outside sst, everything seems to go to the 'server' folder, but when built with sst, it goes to 'serverless' folder, not sure if it's an issue or I'm missing a config or something. I'm following this tuto: https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html
f
Hi @Emanuel Bohnenkamp, have you ever succesfully run
sst deploy
successfully to deploy the app? Or you have only ran
sst start
to date?