Build & Deploy / build-and-push (backend) (push) Failing after 39s
Build & Deploy / build-and-push (discord-gateway) (push) Failing after 26s
Build & Deploy / build-and-push (proxy) (push) Failing after 24s
- Remove root pnpm-lock.yaml (stale monorepo lockfile) - Rename root package from bete-monorepo to bete - Clean up root scripts to use cd instead of pnpm --prefix - Remove ignoreScripts/trustedDependencies from frontend package.json - Optimize Dockerfiles with multi-stage builds and proper layer caching - Update .dockerignore to exclude build artifacts - Remove leftover pnpm test config file from frontend
22 lines
163 B
Plaintext
22 lines
163 B
Plaintext
node_modules
|
|
dist
|
|
.next
|
|
out
|
|
.env
|
|
.env.*
|
|
.git
|
|
.gitignore
|
|
.claude/
|
|
.vscode/
|
|
.design/
|
|
design/
|
|
docs/
|
|
scripts/
|
|
test_out.nut
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.log
|
|
*.md
|
|
.DS_Store
|