mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* chore: update nestjs-otel to version 8.0.1 and add systeminformation override * remove unused API metrics configuration from OpenTelemetry setup * fixed ldap flaky case * Update: Sendgrid package to 8.1.6 (#14833) * updated sendgrid * fix: update listBuckets function to use default options for ListBucketsCommand --------- Co-authored-by: gsmithun4 <gsmithun4@gmail.com> * Vulnerability Issues (#14834) * Security Fixes * set version * utl harper db * s3 * marketplace package-lock * Remove package-lock.json files * chore: update lerna to version 9.0.3 in package.json * Implement code changes to enhance functionality and improve performance * removing options from s3 bucket in markeplace * supabase build type fixes --------- Co-authored-by: Adish M <adish.madhu@gmail.com> Co-authored-by: Yukti Goyal <yuktigoyal02@gmail.com> Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com> Co-authored-by: abhijeet760 <abhijeet@tooljet.com> Co-authored-by: Rudhra Deep Biswas <98055396+rudeUltra@users.noreply.github.com> Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com> |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee@1aef4a38f8 | ||
| lib | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| .eslintrc.js | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .version | ||
| data-migration-config.ts | ||
| eslint.config.js | ||
| jest.config.ts | ||
| nest-cli.json | ||
| ormconfig.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.