version: 0.2 phases: install: runtime-versions: nodejs: 22 commands: - echo "Installing dependencies..." - npm install build: commands: - echo "Building the website..." - npm run build artifacts: base-directory: ./dist files: - '**/*'