mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* fix : Table breaking for nested array of objects * fix : table crash on selecting time only datepicker sing add new row * remove logs * update zindex * Fix: Entity reference mapping and performance issues on codehinter (#10004) * Fix: Entity reference mapping and performance issues on codehinter (#430) * trial * fixes: - entity mapping on version switch - entity mapping on page switch - entity mapping on viewer on page switch * fixes: performance of codehinter for rendering nested json data * trial * fixes: - entity mapping on version switch - entity mapping on page switch - entity mapping on viewer on page switch * Revert "fixes:" This reverts commit 6ca9921731468aca4132c0aff3aeba02845bcd8a. * Revert "trial" This reverts commit 5bfa40c36aeb84abe98c0f2ab2418148772a048d. * fixes: editor crash on resolving workspace variables * fixes: populate JS hints * chore : version bump * version bump --------- Co-authored-by: Arpit <arpitnath42@gmail.com> |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee | ||
| lib | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .version | ||
| data-migration-config.ts | ||
| entrypoint.sh | ||
| 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.