Skip to content

Commit 3d72d9a

Browse files
committed
Create amplify.yml
1 parent db76004 commit 3d72d9a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/mcp-ui-app/amplify.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 1
2+
frontend:
3+
phases:
4+
preBuild:
5+
commands:
6+
- corepack enable
7+
- corepack prepare pnpm --activate
8+
- pnpm setup
9+
- pnpm install --frozen-lockfile
10+
build:
11+
commands:
12+
- pnpm run build

0 commit comments

Comments
 (0)