madelacerda

Results 2 comments of madelacerda

Hi @matteodepalo ! my package.json looks like this: { "name": "shopify-app-template-node", "version": "1.0.0", "private": true, "license": "UNLICENSED", "scripts": { "debug": "node --inspect-brk index.js", "dev": "cross-env NODE_ENV=development nodemon index.js --ignore ./frontend",...

> That seems to be the package.json inside `web`, but what about `web/frontend`? I see in the Dockerfile we copy `web` in `.` so `frontend` should become something you can...