-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Additional context
I'll probably submit a pr later today/tommorow after i finish setting up this project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

