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:
@@ -3,6 +3,11 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://dev.pivoine.art/valknar/triggershell.git",
|
||||||
|
"directory": "app"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx watch server.ts",
|
"dev": "tsx watch server.ts",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ dependencies = [
|
|||||||
"python-dotenv>=1.0",
|
"python-dotenv>=1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Repository = "https://dev.pivoine.art/valknar/triggershell.git"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
triggershell = "triggershell.cli:app"
|
triggershell = "triggershell.cli:app"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# TriggerShell configuration.
|
# TriggerShell configuration.
|
||||||
# Full reference: https://github.com/<you>/triggershell/blob/main/docs/CONFIG_REFERENCE.md
|
# Full reference: https://dev.pivoine.art/valknar/triggershell.git (see docs/CONFIG_REFERENCE.md)
|
||||||
|
|
||||||
server:
|
server:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user