1
0
mirror of synced 2025-12-19 18:10:59 -05:00

re-read content on every request (#30646)

This commit is contained in:
Peter Bengtsson
2022-09-13 15:06:33 +02:00
committed by GitHub
parent c1feb446b8
commit edc25dd421
5 changed files with 146 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ npm run build
npm start
```
You should now have a running server! Visit [localhost:4000](http://localhost:4000) in your browser. It will automatically restart as you make changes to site content.
You should now have a running server! Visit [localhost:4000](http://localhost:4000) in your browser.
When you're ready to stop your local server, type <kbd>Ctrl</kbd>+<kbd>C</kbd> in your terminal window.