Configure Vercel deployment and preserve deployed theme support

This commit is contained in:
StormRunner06106
2026-09-13 14:56:10 -07:00
parent d52495945b
commit cb8d062481
27 changed files with 610 additions and 60 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "alex-herlan-portfolio-deployment",
"private": true,
"engines": { "node": "24.x" },
"scripts": {
"build": "npm run build --prefix frontend"
}
}