Skip to content

Commit

Permalink
Add nextjs-light option
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv committed Jan 22, 2024
1 parent b3445c4 commit b67555f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bootstrap/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
}

FRONTEND_TEMPLATE_URLS = {
"nextjs": "https://github.com/20tab/nextjs-continuous-delivery"
"nextjs": "https://github.com/20tab/nextjs-continuous-delivery",
"nextjs-light": "https://github.com/20tab/react-continuous-delivery",
}

SUBREPOS_DIR = Path(__file__).parent.parent / ".subrepos"
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"backend_type": ["django", "none"],
"backend_service_slug": "backend",
"backend_service_port": "8000",
"frontend_type": ["nextjs", "none"],
"frontend_type": ["nextjs", "nextjs-light", "none"],
"frontend_service_slug": "frontend",
"frontend_service_port": "3000",
"terraform_backend": "gitlab",
Expand Down

0 comments on commit b67555f

Please sign in to comment.