We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently CLI is providing it's first provider which as @expressots/prisma or prisma provider. Prisma provider is added using the CLI command:
@expressots/prisma
expressots add prisma
We need to add a command to remove the provider and undo all it's installation changes. Example:
expressots remove prisma
During the installation prisma does:
expressots.config.ts
Remove all components below:
@expressots/cli 1.5.0
18
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current behavior
Currently CLI is providing it's first provider which as
@expressots/prisma
or prisma provider. Prisma provider is added using the CLI command:We need to add a command to remove the provider and undo all it's installation changes. Example:
During the installation prisma does:
expressots.config.ts
Steps to reproduce
expressots add prisma
Expected behavior
Remove all components below:
expressots.config.ts
Package version
@expressots/cli 1.5.0
Node.js version
18
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: