- Disable .github/workflows/deploy-pages.yml (renamed to .disabled) - Deploy now runs via Argo Events sensor → acb-site-pages-build workflow - Forgejo webhook at webhooks-ci.ardenone.com already registered and active - Cloudflare API token secret already configured in argo-workflows namespace Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
621 B
JSON
25 lines
621 B
JSON
{
|
|
"name": "acb-web",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "AI Code Battle web frontend - deployed via Argo Workflows to Cloudflare Pages",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:run": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"agentation": "^3.0.2",
|
|
"jsdom": "^25.0.1",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^3.0.5"
|
|
}
|
|
}
|