mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* fix :: bottom resizer not showing * fix :: issue with auto width not getting applied * fix :: size diff updated btw dropdown and developed components * remove default value migration * update border color , fix for width resize during auto * make label as a separate component * updated text input * updated every input to make it consistent * make label as a separate component * removed unwanted code * fix :: added datacy * padding fix * check padding * updating padding as 0px for none and 1px for default and other * fixes for maigration and resizer alignment issue * updates * size fix * lint fixes * fix migration * text loader fix * migration for older text component alignment * fix :: migration and number input arrows * fix :: custom schema form * fix :: custom schema for text * migration for vertically aligning text * migration update * changed vertical alignment to center default * asterisk fix , mozilla number input ui issue * fix :: icon issue * fix number input * bugfix * remove unwanted code * fix :: asterisk |
||
|---|---|---|
| .. | ||
| 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.