fix(ci/config): Update CI workflow environment variables, refine package metadata, and improve configuration settings

This commit is contained in:
2025-04-06 19:00:35 +00:00
parent 667357c8e4
commit bb838fd16f
9 changed files with 37 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
# @push.rocks/smartmongo
create a local mongodb for testing
## Install
@@ -52,7 +53,7 @@ console.log(mongoDescriptor.mongoDbUrl); // Use this URL to connect with Mongoos
Once your tests have completed or you're done using the MongoDB instance, its crucial to properly stop and clean up the resources. `@push.rocks/smartmongo` provides two methods for this purpose:
1. **stop()**: Stops the MongoDB instance without persisting any data.
```typescript
await myDbInstance.stop();
```
@@ -85,7 +86,7 @@ Using `@push.rocks/smartmongo` significantly simplifies the process of managing
## License and Legal Information
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.