📦 Scripts
Add this in your package.json:
1"scripts": {2 "dev": "node index.js"3}
Then run:
1npm run dev
Add this in your package.json:
1"scripts": {2 "dev": "node index.js"3}
Then run:
1npm run dev