Vadim Costin

Results 3 comments of Vadim Costin

Hi, I used : ``` javascript return nodemon({ //nodemon our expressjs server script: 'app.js', //reload on specific file extension change ext: 'js ejs' //watch core server file(s) that require server...

I've handle it with [isomorphic-ensure](https://github.com/tomekwi/isomorphic-ensure) with `webpack`

Thank you for noticing @mbrahimi02. in `./src/main.js` ```jsx // @deno-types="@types/react" import { createRoot } from 'react' // @deno-types="@types/react-dom/client" import { StrictMode } from 'react-dom/client' ``` to ```jsx // @deno-types="@types/react" import...