feat: init dev command

This commit is contained in:
dswbx
2025-12-03 17:46:02 +01:00
parent 959dee013e
commit 6bbc922710
22 changed files with 427 additions and 9 deletions
+11 -1
View File
@@ -3,7 +3,17 @@ import c from "picocolors";
import { formatNumber } from "bknd/utils";
const deps = Object.keys(pkg.dependencies);
const external = ["jsonv-ts/*", "wrangler", "bknd", "bknd/*", ...deps];
const external = [
"jsonv-ts/*",
"wrangler",
"bknd",
"bknd/*",
"@vitejs/plugin-react",
"vite",
"@tailwindcss/vite",
"@cloudflare/vite-plugin",
...deps,
];
const result = await Bun.build({
entrypoints: ["./src/cli/index.ts"],