Skip to content

Commit

Permalink
Merge pull request #135 from Sitecore/nextjs-cli-4.0
Browse files Browse the repository at this point in the history
updated next.js example to CLI 4.0
  • Loading branch information
nickwesselman authored Oct 28, 2021
2 parents 042d07d + f1509f6 commit 0f5c3de
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/helix-basic-nextjs/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"sitecore.cli": {
"version": "3.0.0",
"version": "4.0.0",
"commands": [
"sitecore"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/helix-basic-nextjs/.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SITECORE_ADMIN_PASSWORD=
SQL_SA_PASSWORD=

# Other supporting images, including Sitecore modules and Docker tools
MANAGEMENT_SERVICES_IMAGE=scr.sitecore.com/sxp/modules/sitecore-management-services-xm1-assets:3.0-1809
MANAGEMENT_SERVICES_IMAGE=scr.sitecore.com/sxp/modules/sitecore-management-services-xm1-assets:4.0-1809
HEADLESS_SERVICES_IMAGE=scr.sitecore.com/sxp/modules/sitecore-headless-services-xm1-assets:18.0-1809
TOOLS_IMAGE=scr.sitecore.com/tools/sitecore-docker-tools-assets:10.1-1809
TRAEFIK_IMAGE=traefik:v2.2.0-windowsservercore-1809
Expand Down
Loading

0 comments on commit 0f5c3de

Please sign in to comment.