Uh oh!
There was an error while loading. Please reload this page.
feat: Add ASTRO farmework preset option - #111
Conversation
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
feat: Add ASTRO farmework preset option