-
-
Notifications
You must be signed in to change notification settings - Fork 449
add Parcel server-bun
and server-deno
templates
#1546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 9f472f4 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis change introduces two new Parcel templates for server environments in the "create-flowbite-react" package. The update adds template options for both Bun and Deno. Documentation files and source data have been updated accordingly, including new entries in the CLI documentation, the package README, and the internal template list, ensuring that these server-side options are now available to users. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant CLI as CLI Tool
participant Data as Template Manifest
participant Repo as GitHub Repository
U->>CLI: Run create-flowbite-react with server mode option
CLI->>Data: Retrieve template details for chosen mode
alt If "server-bun" is selected
Data-->>CLI: Return server-bun template data
CLI->>Repo: Clone from server-bun repository
else if "server-deno" is selected
Data-->>CLI: Return server-deno template data
CLI->>Repo: Clone from server-deno repository
end
Repo-->>CLI: Provide template files
CLI-->>U: Scaffold project with selected server template
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…umentation and data files
e50613f
to
9f472f4
Compare
Summary by CodeRabbit
New Features
Documentation