fix: source path must start with ./

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-09 13:58:59 -05:00
parent 8860c02afc
commit 3519a0ed67

View File

@@ -9,7 +9,7 @@
"name": "projman",
"version": "0.1.0",
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
"source": "../../projman"
"source": "./../../projman"
}
]
}