fix(ts_bundled): add generated bundled JavaScript and source map for ts build (bundle.js and bundle.js.map)

This commit is contained in:
2026-02-24 14:38:31 +00:00
parent 37d1db9ccf
commit 0417702340
5 changed files with 166559 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-24 - 2.2.1 - fix(ts_bundled)
add generated bundled JavaScript and source map for ts build (bundle.js and bundle.js.map)
- Added ts_bundled/bundle.js (≈168 KB) - compiled/bundled output from ts sources
- Added ts_bundled/bundle.js.map (≈309 KB) - source map referencing ../ts/index.ts and ../ts_web/index.ts
- This is generated build output (deno bundle) and does not change runtime API
## 2026-02-24 - 2.2.0 - feat(opsserver)
Serve bundled frontend from a dedicated dist_serve directory and update frontend UI/packaging