Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
SSR Site
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Nov 21, 2023
1 parent ec9db15 commit 7a40804
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions examples/nextjs/Pulumi.yaml

This file was deleted.

Empty file.
1 change: 1 addition & 0 deletions examples/nextjs/components/SsrSite.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class SsrSite extends util.ComponentResource {}
2 changes: 1 addition & 1 deletion examples/nextjs/sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
};
},
async run() {
const { SSRSite } = await import("./components/NextJSSite");
const { SsrSite } = await import("./components/SsrSite.ts");
},
};

0 comments on commit 7a40804

Please sign in to comment.