mirror of
https://github.com/Drop-OSS/headscalez.git
synced 2026-01-30 20:55:17 +01:00
11 lines
184 B
TypeScript
11 lines
184 B
TypeScript
import { defineBuildConfig } from 'unbuild'
|
|
|
|
export default defineBuildConfig({
|
|
declaration: true,
|
|
entries: [
|
|
'./src/cli',
|
|
'./src/index'
|
|
],
|
|
inlineDependencies: true
|
|
})
|