feat: Add ASTRO farmework preset option #111
Conversation
feb8401 to
0cba014
Compare
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
0cba014 to
ec6f106
Compare
There was a problem hiding this comment.
Pull request overview
Adds an Astro framework preset to the CLI’s framework selection/config so Astro projects get an appropriate default output directory and can optionally use server-command prompting (based on the configured supported frameworks).
Changes:
- Add
ASTROtooutputDirectoriesandlistOfFrameWorksin the shared config. - Include
ASTROinsupportedFrameworksForServerCommands. - Update
rollupdependency to^4.59.0(and regeneratepackage-lock.json, bringing in many transitive updates).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/config/index.ts |
Adds ASTRO preset metadata (name/value + default output dir) and enables server-command support for Astro. |
package.json |
Bumps rollup version (unrelated to Astro feature, but affects dependency graph). |
package-lock.json |
Lockfile regenerated with many dependency updates; includes axios resolution changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
ec6f106 to
dcac5d4
Compare
feat: Add ASTRO farmework preset option