♻️ Re-organize workspace folders
This commit is contained in:
13
packages/deprecated/bot-engine/tsup.config.js
Normal file
13
packages/deprecated/bot-engine/tsup.config.js
Normal file
@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'tsup'
|
||||
|
||||
export default defineConfig((options) => ({
|
||||
entry: ['src/index.ts'],
|
||||
sourcemap: true,
|
||||
minify: !options.watch,
|
||||
dts: true,
|
||||
format: ['esm', 'cjs'],
|
||||
loader: {
|
||||
'.css': 'text',
|
||||
},
|
||||
external: ['@paralleldrive/cuid2'],
|
||||
}))
|
Reference in New Issue
Block a user