1.1.2 • Published 2 years ago

@kever/traceid v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago