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
Config File
{ "hasSrc": false, "packages": [ "shadcn-ui", "prisma", "clerk", "resend", "stripe" ], "preferredPackageManager": "pnpm", "t3": false, "alias": "@", "analytics": true, "rootPath": "", "componentLib": "shadcn-ui", "orm": "prisma", "driver": "pg", "auth": "clerk" }
Describe the bug Created a new project and tried copy pasting onboarding steps to see we dont have a db:push command
To Reproduce .
Expected behavior Expected to have "db:push": "prisma db push" in the package scripts
"db:push": "prisma db push"
Screenshots
Additional context I'll probably submit a pr later today/tommorow after i finish setting up this project.
The text was updated successfully, but these errors were encountered:
nicoalbanese
No branches or pull requests
Config File
Describe the bug
Created a new project and tried copy pasting onboarding steps to see we dont have a db:push command
To Reproduce
.
Expected behavior
Expected to have
"db:push": "prisma db push"
in the package scriptsScreenshots
Additional context
I'll probably submit a pr later today/tommorow after i finish setting up this project.
The text was updated successfully, but these errors were encountered: