Skip to content

Commit

Permalink
Merge pull request #5 from sarwar-asik/v2
Browse files Browse the repository at this point in the history
amplipy=>included
  • Loading branch information
sarwar-asik authored Feb 26, 2024
2 parents 4b01419 + 0f2cc08 commit 6126761
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1
frontend:
phases:
preBuild:
commands:
- yarn install
build:
commands:
- yarn run build
artifacts:
baseDirectory: .next
files:
- '**/*'
cache:
paths:
- .next/cache/**/*
- node_modules/**/*

1 comment on commit 6126761

@vercel
Copy link

@vercel vercel bot commented on 6126761 Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks for Deployment have failed

Please sign in to comment.