R2B3

Results 1 comments of R2B3

I had the same issue with the undefined environment variable. Instead of `set ...` I used `$env:NODE_ENV="development"` and `$env_HOT_RELOADING="true"` in PowerShell, which works.