-
Notifications
You must be signed in to change notification settings - Fork 0
fix: npm dev launch #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,7 +73,7 @@ Write-Host "" | |
|
|
||
| Write-Host "[5/6] Starting the dashboard..." | ||
| Push-Location apps/dashboard | ||
| Start-Process -NoNewWindow npm -ArgumentList "run", "dev" -RedirectStandardOutput "$env:TEMP\missioncontrol-dashboard.log" -RedirectStandardError "$env:TEMP\missioncontrol-dashboard.err.log" | ||
| Start-Process powershell -ArgumentList "-NoExit", "-Command", "cd '$PWD'; npm run dev" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: The dashboard is launched asynchronously without capturing the process or checking its exit status, and the fixed delay does not verify that Severity Level: Major
|
||
| Pop-Location | ||
| Start-Sleep -Seconds 5 | ||
| Write-Host " Dashboard starting on http://localhost:3001" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Apostrophe breaks dashboard launch
🐞 Bug≡ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools