Skip to content

Commit

Permalink
Npm init update
Browse files Browse the repository at this point in the history
  • Loading branch information
HamasakiBrain committed Feb 19, 2023
1 parent 9542375 commit c127dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"init": "npm i && composer install"
"init": "npm i && composer install && cp .env.example .env && php artisan key:generate"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
Expand Down

0 comments on commit c127dfc

Please sign in to comment.