Patchpass V1
Deploy / Build (push) Successful in 28s
Deploy / Test & Lint (push) Failing after 29s
Deploy / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Space-Banane
2026-07-18 20:14:44 +02:00
commit 7e05dd918c
101 changed files with 15183 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "patchpass",
"version": "1.0.0",
"description": "A human approval layer for AI agents.",
"private": true,
"scripts": {
"full-install": "cd Backend && pnpm install && cd ../UI && pnpm install",
"build": "cd Backend && pnpm run build && cd ../UI && pnpm run tailwind:build && pnpm run build",
"dev:backend": "cd Backend && pnpm dev",
"dev:ui": "cd UI && pnpm dev"
}
}