Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 260 Bytes

instructions.md

File metadata and controls

7 lines (6 loc) · 260 Bytes

The Package @isimisi/adonis-sse has been successfully configured. Before you begin please register the below named Middleware inside your start/kernel.ts file.

Server.middleware.registeredNamed({
   sse: () => import ("@ioc:isimisi/SSE")
})