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