mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
feat: init dev command
This commit is contained in:
+11
-1
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user