Skip to content

Commit

Permalink
feat: prepare aws amplify ssr #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Nov 30, 2023
1 parent 6ea84f4 commit 4d09584
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ frontend:
build:
commands:
- npm run build -- --eject
- npm ci --omit=dev
- npm run build:amplify
artifacts:
baseDirectory: .amplify-hosting
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"develop": "ssr-boost dev",
"build": "ssr-boost build",
"build:amplify": "ssr-boost build-amplify",
"build:amplify": "ssr-boost build-amplify --is-optimize",
"start:ssr": "ssr-boost start",
"start:spa": "ssr-boost start --only-client",
"preview": "ssr-boost preview",
Expand All @@ -21,7 +21,7 @@
"@lomray/react-head-manager": "^1.1.1",
"@lomray/react-mobx-manager": "^2.1.0",
"@lomray/react-route-manager": "^1.2.1",
"@lomray/vite-ssr-boost": "^1.2.0-beta.1",
"@lomray/vite-ssr-boost": "^1.2.0-beta.2",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"cookie-parser": "^1.4.6",
Expand Down

0 comments on commit 4d09584

Please sign in to comment.