A reproduction of nestjs/nest#5306
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
When you run the app and open http://localhost:3000, you will see "foo foo". What you should see is "foo bar".
This repository is MIT licensed.