feat(cli): add preview server daemon

This commit is contained in:
Dax Raad 2026-06-04 00:38:42 -04:00
commit 23a87f8dc5
64 changed files with 2496 additions and 1666 deletions

View file

@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}