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
blitz generate all p2 name:string description:string? active:boolean
for src/app/p2s/components/NewP2.tsx, function name is New__ModelName, should be New_P2
src/app/p2s/components/NewP2.tsx
New__ModelName
New_P2
cc @siddhsuresh
export function New__ModelName() {
PASTE_HERE (leave the ``` marks)
see abouve
blitz -v
Package manager: pnpm System: OS: macOS 14.5 CPU: (16) x64 Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz Memory: 19.70 MB / 32.00 GB Shell: 3.7.1 - /usr/local/bin/fish Binaries: Node: 20.13.0 - /usr/local/bin/node Yarn: 1.22.22 - ~/Library/pnpm/yarn npm: 10.5.2 - /usr/local/bin/npm npmPackages: @blitzjs/auth: 2.0.10 => 2.0.10 @blitzjs/next: 2.0.10 => 2.0.10 @blitzjs/rpc: 2.0.10 => 2.0.10 @prisma/client: 5.4.2 => 5.4.2 blitz: 2.0.10 => 2.0.10 next: 14.2.4 => 14.2.4 prisma: 5.4.2 => 5.4.2 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 typescript: 5.1 => 5.1.6
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the problem?
blitz generate all p2 name:string description:string? active:boolean
for
src/app/p2s/components/NewP2.tsx
, function name isNew__ModelName
, should beNew_P2
cc @siddhsuresh
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
see abouve
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response
The text was updated successfully, but these errors were encountered: