Files
test-site/package.json
2026-08-10 15:29:27 +02:00

8 lines
153 B
JSON

{
"name": "test-site",
"private": true,
"scripts": {
"build": "mkdir -p out && cp index.html out/ && date -u +%FT%TZ > out/built-at.txt"
}
}