portfolio/package.json

9 lines
136 B
JSON

{
"name": "portfolio",
"private": true,
"scripts": {
"build": "hugo",
"watch": "hugo server -D --disableFastRender"
}
}