Point repo URLs at dev.pivoine.art

Replace the placeholder GitHub URL in the scaffolded config template
with the project's real repo, and add matching Repository/repository
metadata to pyproject.toml and app/package.json.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 19:34:54 +02:00
co-authored by Claude Sonnet 5
parent ac0e645be3
commit 466458a664
3 changed files with 9 additions and 1 deletions
+5
View File
@@ -3,6 +3,11 @@
"version": "0.1.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://dev.pivoine.art/valknar/triggershell.git",
"directory": "app"
},
"scripts": {
"dev": "tsx watch server.ts",
"build": "next build",