Skip to content

Instantly share code, notes, and snippets.

View Hyra's full-sized avatar
🏠
Working from home

Stef van den Ham Hyra

🏠
Working from home
View GitHub Profile
@innocenzi
innocenzi / package.json
Last active April 1, 2023 13:01
Laravel + Vite + Inertia SSR
{
"scripts": {
"dev": "npx esno server.ts",
"build": "vite build",
"build:ssr": "vite build --ssr",
"build:all": "npm run build && npm run build:ssr"
}
}