Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa authored Nov 20, 2022
1 parent 6b2d281 commit 7410f28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ import {
NextjsProps,
} from "cdk-nextjs-standalone";
import { Construct } from "constructs";
import { App } from "@serverless-stack/resources";
import { App, Stack } from "@serverless-stack/resources";
import path from "path";
import { CfnOutput } from "aws-cdk-lib";

export interface NextjsSstProps extends NextjsProps {
app: App;
Expand Down

0 comments on commit 7410f28

Please sign in to comment.