Move "Bun fullstack dev server" to be its own thing separate from "Vanilla"#1016
Move "Bun fullstack dev server" to be its own thing separate from "Vanilla"#1016yamcodes wants to merge 16 commits into
Conversation
|
Pullfrog stalled — likely cause: The agent stopped emitting events for 300s and was killed by the activity-timeout watchdog. No events were emitted before the failure. Recent agent stderr
|
🦋 Changeset detectedLatest commit: 24cda3d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🤖 Hi @yamcodes, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
arkenv
@arkenv/bun-plugin
@arkenv/cli
@arkenv/fumadocs-ui
@arkenv/vite-plugin
commit: |
📦 Bundle Size Report✅ All size limits passed! |
|
🤖 I'm sorry @yamcodes, but I was unable to process your request. Please see the logs for more details. |

Fixes #1015
This PR enhances the
arkenv initcommand to support both Vanilla Bun runtime usage and full-stack/frontend bundling via Bun's dev server (Bun.serve) or programmatic Bundler (Bun.build).Changes:
envobject without needing build-time plugins.Bun.serveorBun.buildto suggest optional inlining integration.CONTEXT.mdand CLI strings to use "Vanilla" terminology, "Fullstack" specific grammars, and imperative verbs.ProjectOptionsandScaffoldingPlanto handle optional properties more strictly (exactOptionalPropertyTypes).