move to pnpm workspace

This commit is contained in:
Robert Soriano
2022-10-29 22:45:57 -07:00
parent 09500bc868
commit 3522cc9327
28 changed files with 177 additions and 181 deletions

View File

@@ -1,10 +0,0 @@
import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['src/index.ts', 'src/client.ts'],
format: ['cjs', 'esm'],
splitting: false,
clean: true,
external: ['#app'],
dts: true,
})