Files
Gallery/themes/gallery/exampleSite/package.json
2024-11-13 22:27:02 +01:00

8 lines
104 B
JSON

{
"private": "true",
"scripts": {
"build": "hugo --gc --minify",
"dev": "hugo server"
}
}