Hey team, Remember to add in an extra script in your package.json file that allows Windows users to run it if they don't have WSL Like this: "dev-win": "SET DB_FILE=db.sqlite & nodemon src/index.js",
Hey team,
Remember to add in an extra script in your package.json file that allows Windows users to run it if they don't have WSL
Like this:
"dev-win": "SET DB_FILE=db.sqlite & nodemon src/index.js",