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

@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}