This is a template for creating plugins for use with LogLayer.
See the Creating Plugins documentation for more information.
npm installnpm run testUses Biome for linting and formatting.
npm run lintUses tsup to build commonjs and esm versions.
npm run build.
├── src/
│ ├── __tests__/ # Test files
│ ├── index.ts # Plugin code