We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a1b2f commit 9e9fe6eCopy full SHA for 9e9fe6e
package.json
@@ -1,16 +1,17 @@
1
{
2
"private": true,
3
"engines": {
4
- "node": "^14.0"
+ "node": ">=16.0"
5
},
6
"scripts": {
7
"dev": "npm run development",
8
"development": "mix",
9
"watch": "mix watch",
10
- "watch-poll": "mix watch --watch-options-poll=1000",
+ "watch-poll": "mix watch -- --watch-options-poll=1000",
11
"hot": "mix watch --hot",
12
"prod": "npm run production",
13
- "production": "mix --production"
+ "production": "mix --production",
14
+ "nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
15
16
"devDependencies": {
17
"laravel-mix": "^6.0",
0 commit comments