Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Fix: dev:ui missing and dev:app / dev:agent fail with "No package found with name 'app' in workspace" #14

Open

Description

Two problems in the current setup:

  1. README vs scripts
    README says to use dev:ui, but only dev:app exists → pnpm run dev:ui fails with "Missing script: dev:ui".

  2. Turbo filter
    Root package.json uses --filter='app' and --filter='agent', but package names are @repo/app and @repo/agent. So pnpm run dev:app (and dev:agent) fails with "No package found with name 'app' in workspace".

Fix:
In root package.json, use --filter='@repo/app' and --filter='@repo/agent' (and optionally add a dev:ui script that does the same as dev:app).
In README, we either document dev:app instead of dev:ui, or add dev:ui as above so README is correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /