fix cli build script, add commander, fix types

This commit is contained in:
dswbx
2025-11-05 08:27:47 +01:00
parent e9f1241ec3
commit 07a57ebf67
6 changed files with 10 additions and 25 deletions

View File

@@ -1,5 +1,3 @@
/// <reference types="bun-types" />
import path from "node:path";
import { type RuntimeBkndConfig, createRuntimeApp } from "bknd/adapter";
import { registerLocalMediaAdapter } from ".";