fix(build): tighten TypeScript compiler settings and refresh package metadata

This commit is contained in:
2026-04-30 08:23:22 +00:00
parent c8d3ed79aa
commit 440197ccf3
9 changed files with 298 additions and 276 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Project Hints for smartstorage
## Current State (v6.0.0)
## Current State (v6.4.0)
- **Rust-powered S3-compatible storage server** via `@push.rocks/smartrust` IPC bridge
- High-performance: streaming I/O, zero-copy, backpressure, range seek
@@ -68,7 +68,7 @@
## Build
- `pnpm build` runs `tsrust && tsbuild tsfolders --allowimplicitany`
- `pnpm build` runs `tsrust && tsbuild tsfolders`
- `tsrust` compiles Rust to `dist_rust/ruststorage`
- Targets: linux_amd64, linux_arm64 (configured in .smartconfig.json)