I cloned your project, then set up HRM following the instructions of nestjs docs
https://docs.nestjs.com/recipes/hot-reload
then I run the command: nest build --webpack --webpackPath webpack-hmr.config.js --watch
and receive the error as shown in the image:
Cannot use import statement outside a module

I tried running npm run start:dev and the project still started up without errors