1
Showing
bootstrap/ssr/app2.mjs
0 → 100644
bootstrap/ssr/ssr.mjs
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -2,21 +2,19 @@ | ... | @@ -2,21 +2,19 @@ | 
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite", | ||
| "build": "vite build && vite build --ssr" | "build": "vite build", | ||
| "build:ssr": "vite build && vite build --ssr" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@inertiajs/vue3": "^1.0.7", | |||
| "@vitejs/plugin-vue": "^4.2.1", | "@vitejs/plugin-vue": "^4.2.1", | ||
| "@vue/server-renderer": "^3.3.4", | |||
| "axios": "^1.1.2", | "axios": "^1.1.2", | ||
| "laravel-vite-plugin": "^0.7.2", | "laravel-vite-plugin": "^0.7.2", | ||
| "lodash": "^4.17.19", | "lodash": "^4.17.19", | ||
| "postcss": "^8.1.14", | "postcss": "^8.1.14", | ||
| "typescript": "^5.0.4", | "typescript": "^5.0.4", | ||
| "vite": "^4.0.0" | "vite": "^4.0.0", | ||
| }, | "vue": "^3.2.36" | ||
| "dependencies": { | |||
| "@inertiajs/vue3": "^1.0.6", | |||
| "@vue/server-renderer": "^3.2.47", | |||
| "vue": "^3.2.36", | |||
| "vue-loader": "^17.0.1" | |||
| } | } | ||
| } | } | 
Please
register
or
sign in
to comment