-
-
Notifications
You must be signed in to change notification settings - Fork 59
fix(drizzle): compose file & --cwd #738
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: 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My last issues has been resolved by #740, everything works as expected now.
Closing #736 |
Closes: #737
Closes: #701
cancel
option inrun
step. It's a bit different thanunsupported
in thesetup
step.A/ It allows the plugin to be visible
B/ It reports the reason of the cancel
C/ Will help for
create & add in one go
issue