diff --git a/AGENTS.md b/AGENTS.md index 4b023b36f..741b2a27a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -42,7 +42,7 @@ When the user asks you to create a plan to fix or implement something: ### Frontend (Vue.js) Navigate to `frontend/` directory: -- **Dev Server**: `pnpm dev` - Starts development server +- **Dev Server**: `pnpm dev` - Starts development server, running on port 4173 unless changed with the `--port` flag - **Build**: `pnpm build` - Production build - **Build Dev**: `pnpm build:dev` - Development build - **Lint**: `pnpm lint` - ESLint check