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