starter/package.json
e0940758 3104726b69 chore: minimal static deploy check (Forgejo Actions pipeline)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 19:41:58 +02:00

8 lines
160 B
JSON

{
"name": "starter-deploy-check",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "mkdir -p dist && cp index.html dist/index.html"
}
}