Migrate portfolio from HTML/CSS/JS to Astro
Deploy Portfolio / deploy (push) Failing after 1s

This commit is contained in:
Clezio Penha
2026-06-10 15:15:41 -03:00
parent ac5d571d28
commit 77d30b30f3
27 changed files with 6111 additions and 1141 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "portfolio-next",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.4.4"
}
}