Skip to content

a kever plugin, generate traceid and mount it to context.

License

Notifications You must be signed in to change notification settings

keverjs/traceId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a kever global plugin, generate traceid and mount it to context.

Install

npm install @kever/traceid --save

Start

//index.ts
import { createApp } from '@kever/core'

createApp({
  port: 9000,
  plugins: [
    '@kever/traceid'
  ]
})
// tsconfig.json
{
  "compilerOptions": {
    "types": [
      "@kever/traceid"
    ],
}

About

a kever plugin, generate traceid and mount it to context.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published