Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge with latest v6
  • Loading branch information
daffl committed Feb 18, 2026
commit 0a65f136b6ac12ac716a4664056a14f9e107b1f1
3 changes: 1 addition & 2 deletions website/content/api/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ The following options are available:
- `events` - A list of [public custom events sent by this service](./events#custom-events)

```ts
import { EventEmitter } from 'events'
import { feathers, type Id } from 'feathers'
import { feathers, type Id, EventEmitter } from '@feathersjs/feathers'

// Feathers services will always be event emitters
// but we can also extend it for better type consistency
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.