UNPKG

@cipherstash/nextjs

Version:

Nextjs package for use with @cipherstash/protect

9 lines (7 loc) 177 B
import { defineConfig } from 'tsup' export default defineConfig({ entry: ['src/index.ts', 'src/clerk/index.ts'], format: ['cjs', 'esm'], sourcemap: true, dts: true, })