-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
awaiting response[Status] Waiting for more information from the reporter [issues][Status] Waiting for more information from the reporter [issues]bug[Type] Something isn't working [issues, PRs][Type] Something isn't working [issues, PRs]interface[Area] User-facing layer — UI, CLI, API endpoints, or SDK surface [issues, PRs][Area] User-facing layer — UI, CLI, API endpoints, or SDK surface [issues, PRs]
Description
Description
The dev notice fallback page (served at localhost:3000 when the Svelte frontend isn't running or built) displays incorrect commands referencing apps/web instead of the actual project path src/web.
Steps to Reproduce
bun installbun run build:allbun start -- start(without running the web UI dev server)- Open
http://localhost:3000in a browser
Expected Behavior
The dev notice should display the correct commands:
- Development:
bun run --cwd src/web dev - Production:
bun run --cwd src/web build
Actual Behavior
The dev notice displays incorrect commands:
- Development:
bun run --cwd apps/web dev - Production:
bun run --cwd apps/web build
Running these commands results in ENOENT: Could not change directory to "apps/web" since the directory doesn't exist.
Environment
- OS: macOS
- Bun: v1.3.9
- Version: v1.1.0
Location
src/web/src/server.ts — buildDevNotice() function, lines 421 and 425.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awaiting response[Status] Waiting for more information from the reporter [issues][Status] Waiting for more information from the reporter [issues]bug[Type] Something isn't working [issues, PRs][Type] Something isn't working [issues, PRs]interface[Area] User-facing layer — UI, CLI, API endpoints, or SDK surface [issues, PRs][Area] User-facing layer — UI, CLI, API endpoints, or SDK surface [issues, PRs]
Projects
Status
Done