fix(build): rename npmextra config to .smartconfig and refresh build metadata
This commit is contained in:
+2
-3
@@ -56,9 +56,9 @@
|
||||
|
||||
## Build
|
||||
|
||||
- `pnpm build` runs `tsrust && tsbuild --web --allowimplicitany`
|
||||
- `pnpm build` runs `tsrust && tsbuild tsfolders --allowimplicitany`
|
||||
- `tsrust` compiles Rust to `dist_rust/ruststorage`
|
||||
- Targets: linux_amd64, linux_arm64 (configured in npmextra.json)
|
||||
- Targets: linux_amd64, linux_arm64 (configured in .smartconfig.json)
|
||||
|
||||
## Dependencies
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
|
||||
## Testing
|
||||
|
||||
- `test/test.aws-sdk.node.ts` - AWS SDK v3 compatibility + runtime stats coverage (18 tests, auth disabled, port 3337)
|
||||
- `test/test.aws-sdk.node.ts` - AWS SDK v3 compatibility + runtime stats + standalone cluster health coverage (19 tests, auth disabled, port 3337)
|
||||
- `test/test.credentials.node.ts` - runtime credential rotation coverage (10 tests, auth enabled, port 3349)
|
||||
- `test/test.cluster-health.node.ts` - single-node cluster health coverage (4 tests, S3 port 3348, QUIC port 4348)
|
||||
|
||||
Reference in New Issue
Block a user