Added amplify file

This commit is contained in:
Julien Nahum 2024-01-03 20:31:55 +01:00
parent 2d41b18323
commit 866d44bf37
1 changed files with 17 additions and 0 deletions

17
amplify.yml Normal file
View File

@ -0,0 +1,17 @@
version: 1
frontend:
phases:
preBuild:
commands:
- cd client
- npm ci
build:
commands:
- npm run build
artifacts:
baseDirectory: client/.output
files:
- '**/*'
cache:
paths:
- client/node_modules/**/*