mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
chore(agents): clarify dev server port [skip ci]
This commit is contained in:
@@ -42,7 +42,7 @@ When the user asks you to create a plan to fix or implement something:
|
|||||||
|
|
||||||
### Frontend (Vue.js)
|
### Frontend (Vue.js)
|
||||||
Navigate to `frontend/` directory:
|
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**: `pnpm build` - Production build
|
||||||
- **Build Dev**: `pnpm build:dev` - Development build
|
- **Build Dev**: `pnpm build:dev` - Development build
|
||||||
- **Lint**: `pnpm lint` - ESLint check
|
- **Lint**: `pnpm lint` - ESLint check
|
||||||
|
|||||||
Reference in New Issue
Block a user