host
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 2s

This commit is contained in:
david 2026-05-16 20:39:59 -07:00
parent 120cb38d23
commit a56d10c83f

View File

@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview --host"
},
"dependencies": {
"react": "^19.2.6",