fix(drizzle): compose file & --cwd#738
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: ca5f23e 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 |
commit: |
This was referenced Oct 17, 2025
manuel3108
reviewed
Oct 18, 2025
manuel3108
requested changes
Oct 18, 2025
Member
manuel3108
left a comment
There was a problem hiding this comment.
I don't think this is working as expected.
I create a clean project:
┌ Welcome to the Svelte CLI! (v0.9.8)
│
◇ Where would you like your project to be created?
│ ./
│
◇ Directory not empty. Continue?
│ Yes
│
◇ Which template would you like?
│ SvelteKit minimal
│
◇ Add type checking with TypeScript?
│ Yes, using TypeScript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ none
│
◇ Which package manager do you want to install dependencies with?
│ pnpm
│
◆ Successfully installed dependencies
│
◇ What's next? ───────────────────────────────╮
│ │
│ 📁 Project steps │
│ │
│ 1: pnpm run dev --open │
│ │
│ To close the dev server, hit Ctrl-C │
│ │
│ Stuck? Visit us at https://svelte.dev/chat │
│ │
├──────────────────────────────────────────────╯
│
└ You're all set!
doing a sv add afterwards
┌ Welcome to the Svelte CLI! (v0.9.8)
│
◆ What would you like to add to your project? (use arrow keys / space bar)
│ ◻ prettier (formatter - https://prettier.io)
│ ◻ eslint
│ ◻ vitest
│ ◻ playwright
│ ◻ tailwindcss
│ ◻ devtools-json
│ ◻ mdsvex
│ ◻ storybook
└
The list above is missing at least drizzle, since i did not select any addon initially. Not sure if this is missing other addons as well.
Co-authored-by: Manuel <30698007+manuel3108@users.noreply.github.com>
Closed
manuel3108
approved these changes
Oct 18, 2025
Member
manuel3108
left a comment
There was a problem hiding this comment.
My last issues has been resolved by #740, everything works as expected now.
Contributor
Author
|
Closing #736 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #737
Closes: #701
canceloption inrunstep. It's a bit different thanunsupportedin thesetupstep.A/ It allows the plugin to be visible
B/ It reports the reason of the cancel
C/ Will help for
create & add in one goissue