ndwdgda/replit2
0
1{2 "name": "hheuristics-root",3 "private": true,4 "scripts": {5 "build": "echo 'NEW GITHUB WAS USED: Starting Build...' && cd frontend && npm install && npm run build && echo 'Build Complete: frontend/dist created'",6 "postinstall": "npm run build",7 "deploy": "npm run build && npx wrangler deploy",8 "dev": "./start_full_stack.sh"9 },10 "devDependencies": {11 "wrangler": "^3.0.0"12 }13}