Skip to content

Commit b4fccfb

Browse files
committed
adds amplify cli
1 parent 2d0f69c commit b4fccfb

File tree

2 files changed

+14106
-7265
lines changed

2 files changed

+14106
-7265
lines changed

apps/mcp-ui-app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@lg-apps/mcp-ui-app",
33
"version": "0.1.0",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"dev": "next dev",
78
"build": "next build",
@@ -15,10 +16,11 @@
1516
"react-dom": "^18.2.0"
1617
},
1718
"devDependencies": {
19+
"@aws-amplify/backend": "^1.18.0",
20+
"@aws-amplify/backend-cli": "^1.8.0",
1821
"@types/node": "^20.12.5",
1922
"@types/react": "18.2.23",
2023
"@types/react-dom": "18.2.8",
2124
"typescript": "~5.8.0"
2225
}
2326
}
24-

0 commit comments

Comments
 (0)