Nest.JS via vite example
$ npm install
# development
$ npm run dev
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
# e2e tests
$ npm run test:e2e
POST http://localhost:3000/user
Content-type: application/json
{"email":"[email protected]","password":"123456"}
- swc-project/swc#2117 (fixed)
- under the hood (swc is used)