Skip to content

Commit

Permalink
chore: update debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Mar 21, 2024
1 parent d7a5ecd commit a4ce9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/laravel10-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "vite",
"build": "vite build",
"type:check": "vue-tsc --noEmit",
"typegen": "node node_modules/@7nohe/laravel-typegen/dist/src/cli.js --ziggy --form-request",
"typegen": "node node_modules/@7nohe/laravel-typegen/src/cli.js --ziggy --form-request",
"typegen:laravel-enum": "node node_modules/@7nohe/laravel-typegen/dist/src/cli.js --enum-path 'app/LaravelEnums' --laravel-enum"
},
"devDependencies": {
Expand Down

0 comments on commit a4ce9de

Please sign in to comment.