1.1.2 • Published 3 years ago

@kever/traceid v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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"
    ],
}
1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago