@kever/traceid
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

/@kever/traceid/

    Package Sidebar

    Install

    npm i @kever/traceid

    Weekly Downloads

    1

    Version

    1.1.2

    License

    ISC

    Unpacked Size

    4.71 kB

    Total Files

    5

    Last publish

    Collaborators

    • hubvue