Files
Filamenteka/amplify.yml
DaX d5f16af3b3 Fix Next.js deployment configuration
- Fix security test to properly mock fetchFromConfluence errors
- Remove test execution from build (env vars not available in build)
- Remove standalone output for Amplify compatibility
- Platform already updated to WEB_COMPUTE via Terraform

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-19 00:19:21 +02:00

18 lines
296 B
YAML

version: 1
frontend:
phases:
preBuild:
commands:
- npm ci
- npm run security:check
build:
commands:
- npm run build
artifacts:
baseDirectory: .next
files:
- '**/*'
cache:
paths:
- node_modules/**/*
- .next/cache/**/*