Skip to content

fix(cli): correct docs link in scaffold config template - #613

Merged
wixysam merged 1 commit into
mainfrom
fix-scaffold-docs-link
Sep 2, 2026
Merged

fix(cli): correct docs link in scaffold config template#613
wixysam merged 1 commit into
mainfrom
fix-scaffold-docs-link

Conversation

@wixysam

@wixysam wixysam commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Note

Description

The base44/config.jsonc file generated by base44 create contained a comment pointing at https://docs.base44.com/configuration/hosting, which is not a valid docs page. Both scaffold templates now link to the project structure page (https://docs.base44.com/developers/backend/overview/project-structure) instead. This is a comment-only change to the EJS templates with no behavioral impact on the CLI or on generated projects.

Related Issue

None

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Other (please describe):

Changes Made

  • Updated the site config docs link in packages/cli/templates/backend-and-client/base44/config.jsonc.ejs to point at the project structure page.
  • Updated the same link in the commented-out site block of packages/cli/templates/backend-only/base44/config.jsonc.ejs.
  • No references to the dead docs.base44.com/configuration/* path remain in the repo.

Testing

  • I have tested these changes locally
  • I have added/updated tests as needed
  • All tests pass (npm test)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have updated docs/ (AGENTS.md) if I made architectural changes

Additional Notes

The change affects only newly scaffolded projects; existing projects keep whatever comment their config was generated with. Testing boxes are left unchecked because the change touches template comments only — no test run is recorded on this branch, and no test asserts on template comment contents.


🤖 Generated by Claude | 2026-09-02 08:28 UTC | fba45c1

The generated base44/config.jsonc referenced a docs.base44.com/configuration/hosting
page that does not exist. Point both scaffold templates at the project structure page.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.1.14-pr.613.fba45c1

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.1.14-pr.613.fba45c1"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.1.14-pr.613.fba45c1"
  }
}

Preview published to npm registry — try new features instantly!

@wixysam
wixysam merged commit ab6b44d into main Sep 2, 2026
18 of 19 checks passed
@wixysam
wixysam deleted the fix-scaffold-docs-link branch September 2, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants