You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I start json-server with the default options I get a detailed console log on startup:
json-server --watch db.json
\{^_^}/ hi!
Loading db.json
Done
Resources
http://localhost:3000/posts
http://localhost:3000/comments
http://localhost:3000/profile
Home
http://localhost:3000
Type s + enter at any time to create a snapshot of the database
Watching...
However, if I use a module following the example and start with node server.js it just has a basic output:
node server.js
JSON Server is running
How do I start with modules but also get the default logging output?
The text was updated successfully, but these errors were encountered:
If I start json-server with the default options I get a detailed console log on startup:
However, if I use a module following the example and start with
node server.js
it just has a basic output:How do I start with modules but also get the default logging output?
The text was updated successfully, but these errors were encountered: