9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"name": "alex-herlan-portfolio-deployment",
|
|
"private": true,
|
|
"engines": { "node": "24.x" },
|
|
"scripts": {
|
|
"build": "npm run build --prefix frontend"
|
|
}
|
|
}
|