WIP: improve stacks state and local development#40
WIP: improve stacks state and local development#40Olaleye-Blessing wants to merge 3 commits intodevfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for app-stacks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🤖 AI Code ReviewPR Review: WIP: improve stacks state and local development1. SummaryThis PR does three things:
2. Code QualityGood:
Concerns:
Architecture:
3. SecurityLow risk but worth noting:
4. SuggestionsMakefile improvements: # Replace the redundant comments with:
start-local: ## Fresh local dev setup (WARNING: destroys broadcast/ cache/ out/)
@echo "Clearing contract build artifacts..."
rm -rf contracts/broadcast contracts/cache contracts/out
$(MAKE) deploy && pnpm run dev || (echo "Deploy failed. Fix errors before running dev." && exit 1)Additional recommendations:
|
4f600e5 to
ab87773
Compare
ab87773 to
6bd7217
Compare
No description provided.