new pipeline and build improvements
Some checks failed
Homepage Build and Deploy (Test) / Build Homepage Image (push) Successful in 32s
Homepage Build and Deploy (Test) / Deploy Homepage (push) Failing after 3s

This commit is contained in:
2026-07-10 17:06:16 -03:00
parent 9410d3a7c6
commit 72c7d6c9e0
14 changed files with 1969 additions and 190 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ivanch-me",
"private": true,
"scripts": {
"build:production": "node utils/build-production.mjs"
},
"devDependencies": {
"esbuild": "0.28.1",
"html-minifier-terser": "7.2.0",
"sharp": "0.35.3"
}
}