Skip to content

Commit

Permalink
make nextjs happy
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Nov 18, 2024
1 parent 7911f80 commit cefebed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/nextjs-example/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ import "sst"
export {}
declare module "sst" {
export interface Resource {
"nextjs": {
"type": "sst.aws.Nextjs"
"url": string
}
}
}

0 comments on commit cefebed

Please sign in to comment.