We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c748dc2 commit b04cceeCopy full SHA for b04ccee
lessons/11-productionish-server/README.md
@@ -61,7 +61,7 @@ Now run:
61
```sh
62
NODE_ENV=production npm start
63
# For Windows users:
64
-# SET NODE_ENV=production npm start
+# SET "NODE_ENV=production" && npm start
65
```
66
67
Congratulations! You now have a production server for this app. After
0 commit comments