Skip to content

Commit

Permalink
add sst script
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya committed Sep 6, 2024
1 parent 4ef7f0c commit 0403164
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"storybook": "^8.2.7"
},
"dependencies": {
"sst": "^0.1.56"
"sst": "3.0.74"
}
}
3 changes: 2 additions & 1 deletion previews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "sst dev remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
"typecheck": "tsc",
"sst": "sst"
},
"dependencies": {
"@remix-run/node": "^2.9.2",
Expand Down

0 comments on commit 0403164

Please sign in to comment.