feat(backends): add optional pi_embedded backend and config wiring

This commit is contained in:
William Valentin
2026-02-23 21:12:52 -08:00
parent 0af44330b5
commit ac61c9c3fb
9 changed files with 426 additions and 10 deletions
+1
View File
@@ -23,3 +23,4 @@ export {
type ExternalBackendName,
type ExternalBackendRequest,
} from './external.js';
export { PiEmbeddedBackend, type PiEmbeddedBackendOptions } from './piEmbedded.js';