sst / sst.dev

Repo for sst.dev
https://sst.dev
MIT License
3.68k stars 445 forks source link

change npx sst dev to pnpm sst dev #750

Closed yyaskriloff closed 6 months ago

yyaskriloff commented 6 months ago

Change npx to pnpm to be consistent with the documentation earlier on the same page. In addition, every section named Deploy Our Changes in the following chapter (BUILDING A SERVERLESS API) references this command using pnpm and not npx.

yyaskriloff commented 6 months ago

Also when going through the guide the first time the dev server is started is using pnpm. Create A Hello World Api and really every other time is using pnpm like pnpm sst remove API

jayair commented 6 months ago

Thanks!