fix(build): migrate build tool config to .smartconfig.json and bump tooling dependencies
This commit is contained in:
17
readme.hints.md
Normal file
17
readme.hints.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Project Hints
|
||||
|
||||
## Architecture
|
||||
- Deno-based backend with `deno.json` for imports and tasks
|
||||
- Frontend bundled with `@git.zone/tsbundle` (esbuild, base64ts output mode)
|
||||
- Config in `.smartconfig.json` (renamed from npmextra.json as of 2026-03-24)
|
||||
- Tests run with `deno task test` (not tstest)
|
||||
- Docker image built with `@git.zone/tsdocker`
|
||||
|
||||
## Build Tools Config
|
||||
- `.smartconfig.json` contains config for `@git.zone/tsbundle`, `@git.zone/tswatch`, and `@git.zone/tsdocker`
|
||||
- tsbundle uses base64ts output mode for Deno compile embedding
|
||||
- tswatch runs backend watcher with `deno run --allow-all mod.ts server --ephemeral`
|
||||
|
||||
## Dependencies (as of 2026-03-24)
|
||||
- devDependencies: tsbundle@2.10.0, tsdocker@2.2.4, tswatch@3.3.2
|
||||
- No tsconfig.json — uses compilerOptions in deno.json
|
||||
Reference in New Issue
Block a user