Skip to content

Commit

Permalink
Upgrade SST from Ion to use SemVer
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Aug 19, 2024
1 parent 8f73da5 commit 6414064
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"date-fns": "^2.30.0",
"hono": "^4.2.9",
"mongodb": "6.8.0",
"sst": "ion"
"sst": "^3.0.42"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
import "sst"
declare module "sst" {
export interface Resource {
Api: {
name: string
type: "sst.aws.Function"
url: string
"Api": {
"name": string
"type": "sst.aws.Function"
"url": string
}
LTACarsDataset: {
type: "sst.aws.Router"
url: string
"LTACarsDataset": {
"type": "sst.aws.Router"
"url": string
}
}
}
Expand Down

0 comments on commit 6414064

Please sign in to comment.