chore(website): cross-platform preview

This commit is contained in:
Elian Doran 2025-09-30 22:22:10 +03:00
parent 80be4cc6b8
commit be35584f9a
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "pnpm build; vite preview" "preview": "pnpm build && vite preview"
}, },
"dependencies": { "dependencies": {
"preact": "^10.26.9", "preact": "^10.26.9",