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 cef53b2 commit fbb103cCopy full SHA for fbb103c
package.json
@@ -25,6 +25,7 @@
25
"build-plugin": "rm -rf dist && tsc",
26
"build-inertia-helpers": "rm -rf inertia-helpers && tsc --project tsconfig.inertia-helpers.json",
27
"lint": "eslint --ext .ts ./src ./tests",
28
+ "ssr:serve": "vite build --ssr && node storage/ssr/ssr.js",
29
"test": "vitest run"
30
},
31
"devDependencies": {
@@ -37,6 +38,9 @@
37
38
"vite": "^2.9.6",
39
"vitest": "^0.12.4"
40
41
+ "peerDependencies": {
42
+ "vite": "^2.9.9"
43
+ },
44
"engines": {
45
"node": ">=14"
46
}
0 commit comments