Skip to content

fix(runtime): resolve app entry from ApplicationPath in runMainApplication - #56

Merged
DjDeveloperr merged 1 commit into
fix/u16-returns-are-numbersfrom
fix/run-main-application-entry
Aug 9, 2026
Merged

fix(runtime): resolve app entry from ApplicationPath in runMainApplication#56
DjDeveloperr merged 1 commit into
fix/u16-returns-are-numbersfrom
fix/run-main-application-entry

Conversation

@NathanWalker

Copy link
Copy Markdown
Contributor

runMainApplication hardcoded ./app/index.js, which does not exist in CLI-built apps (they ship app/bundle.js with package.json main: "bundle"). Boot from the configured application directory instead, so the module resolver's existing directory handling picks the entry from package.json main and still falls back to index.* for plain layouts.

…ation

runMainApplication hardcoded ./app/index.js, which does not exist in
CLI-built apps (they ship app/bundle.js with package.json main: "bundle").
Boot from the configured application directory instead, so the module
resolver's existing directory handling picks the entry from package.json
main and still falls back to index.* for plain layouts.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: dd7b8224-b6bc-404a-98a5-97303cb73123

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DjDeveloperr
DjDeveloperr merged commit 589fd4b into main Aug 9, 2026
2 checks passed
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