A demo for Nest to work with vite-plugin-node. Test can be run by Jest and Vitest.
$ pnpm install
# development
$ pnpm run start
# development
$ pnpm run start:vite
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
# unit tests
$ pnpm run test:vitest
# run the server
$ pnpm run start
# visit http://localhost:3000 for testing
The nestjs socket doesn't work with vite yet.