Skip to content

fix(fastboot): fix start:fastboot script#3246

Closed
VasylMarchuk wants to merge 2 commits intomainfrom
fix-fastboot-in-ember-start
Closed

fix(fastboot): fix start:fastboot script#3246
VasylMarchuk wants to merge 2 commits intomainfrom
fix-fastboot-in-ember-start

Conversation

@VasylMarchuk
Copy link
Copy Markdown
Collaborator

@VasylMarchuk VasylMarchuk commented Nov 9, 2025

Closes #3612

Brief

This is an attempt to fix a dreaded import error that's been happening for 2+ years when running bun run start:fastboot task and visiting the app locally.

Details

TBD: Currently in this PR, bun run start:fastboot is fixed, but ember build is broken

Checklist

  • I've thoroughly self-reviewed my changes
  • I've added tests for my changes, unless they affect admin-only areas (or are otherwise not worth testing)
  • I've verified any visual changes using Percy (add a commit with [percy] in the message to trigger)

@VasylMarchuk VasylMarchuk self-assigned this Nov 9, 2025
@VasylMarchuk VasylMarchuk added bug Something isn't working experiment Pull requests created with experimenting purposes labels Nov 9, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 9, 2025

Test Results

  1 files  ±0    1 suites  ±0   7m 12s ⏱️ - 3m 54s
699 tests ±0  644 ✅ +2  55 💤 ±0  0 ❌ ±0 
714 runs  ±0  659 ✅ +4  55 💤 ±0  0 ❌  - 2 

Results for commit 4188ebe. ± Comparison against base commit f515dcc.

♻️ This comment has been updated with latest results.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 9, 2025

Codecov Report

❌ Patch coverage is 47.05882% with 9 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
app/initializers/ember-cli-mirage.js 47.05% 9 Missing ⚠️

❌ Your patch status has failed because the patch coverage (47.05%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage.

📢 Thoughts on this report? Let us know!

@VasylMarchuk VasylMarchuk force-pushed the fix-fastboot-in-ember-start branch from e839346 to 6f2ae1d Compare November 22, 2025 08:15
@VasylMarchuk VasylMarchuk force-pushed the fix-fastboot-in-ember-start branch from 6f2ae1d to 8361e42 Compare December 6, 2025 11:57
@VasylMarchuk VasylMarchuk force-pushed the fix-fastboot-in-ember-start branch from 8361e42 to 2bdf7c2 Compare December 21, 2025 20:51
@VasylMarchuk VasylMarchuk force-pushed the fix-fastboot-in-ember-start branch from 2bdf7c2 to cde70c8 Compare December 25, 2025 08:58
@VasylMarchuk VasylMarchuk force-pushed the fix-fastboot-in-ember-start branch from cde70c8 to 2c2c6a3 Compare December 29, 2025 08:57
@VasylMarchuk VasylMarchuk changed the title Fix start:fastboot NPM task fix(fastboot): fix start:fastboot NPM task Dec 31, 2025
@VasylMarchuk VasylMarchuk force-pushed the fix-fastboot-in-ember-start branch from 2c2c6a3 to 4188ebe Compare January 4, 2026 12:22
@VasylMarchuk VasylMarchuk changed the title fix(fastboot): fix start:fastboot NPM task fix(fastboot): fix start:fastboot script Jan 4, 2026
@VasylMarchuk VasylMarchuk deleted the fix-fastboot-in-ember-start branch January 13, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working experiment Pull requests created with experimenting purposes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix start:fastboot script

1 participant