Skip to content

Commit

Permalink
enable ssr in production
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Dec 5, 2024
1 parent 46fabba commit ea4186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build": "vite build && vite build --ssr",
"check": "php artisan ziggy:generate --types-only && svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
"check:watch": "php artisan ziggy:generate --types-only && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint . --max-warnings 0",
Expand Down

0 comments on commit ea4186b

Please sign in to comment.