Skip to content

Commit

Permalink
fix(cdk-next-app): add main index file
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Oct 27, 2023
1 parent b75a9d3 commit 43029b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-glasses-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/cdk-next-app": patch
---

Added a main index file.
13 changes: 13 additions & 0 deletions packages/cdk-next-app/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export {
type GitSource,
type GitRegistry,
type Environment,
type Rewrite,
type RewriteStatus,
type Redirect,
type RedirectStatus,
type BasicAuth,
type Branch,
} from "@codedazur/cdk-amplify-app";

export * from "./constructs/NextApp";

0 comments on commit 43029b6

Please sign in to comment.