Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonbane18 committed Jan 30, 2024
1 parent 4793878 commit ff46fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "John Paul Fusin",
"license": "MIT",
"scripts": {
"start": "nodemon NODE_OPTIONS=--openssl-legacy-provider server.js",
"dev": "npm-run-all --parallel watch start",
"start": "node NODE_OPTIONS=--openssl-legacy-provider server.js",
"dev": "nodemon server.js",
"development": "cross-env NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"production": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand Down

0 comments on commit ff46fbb

Please sign in to comment.