mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-11 18:29:54 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
import { defineConfig } from 'tsup'
|
|
|
|
export default defineConfig({
|
|
noExternal: ['@s-libs/micro-dash'],
|
|
})
|