Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ You can turn on or off debug logs using the `DEBUG` environment variable:
DEBUG=*

# Enable logs for a specific namespace
DEBUG=sdk:http
DEBUG=strapi:http

# Turn off logs
unset DEBUG
Expand Down
1 change: 1 addition & 0 deletions demo/.strapi-app/config/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export default ({ env }) => ({
nps: env.bool('FLAG_NPS', true),
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
},
autoOpen: false,
});