rsnext/examples/with-msw/.env
Artem Zakharchenko 746000ea5e
Add MSW usage example (#13731)
* Add MSW usage example

* Updated example

* Added .gitignore

* Added .gitignore in the right place lol

Co-authored-by: Luis Alvarez <luis@vercel.com>
2020-08-14 11:47:54 -05:00

4 lines
No EOL
244 B
Bash

# Enable API mocking in all environments, this is only for the sake of the example.
# In a real app you should move this variable to `.env.development`, as mocking the
# API should only be done for development.
NEXT_PUBLIC_API_MOCKING="enabled"