Skip to content

Commit

Permalink
chore: reorg file layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 26, 2022
1 parent a23356f commit f57928e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/database.ts → lib/database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
aws_secretsmanager as secretsmanager,
} from "aws-cdk-lib";
import { Construct } from "constructs";
import { BootstrapPgStac, BootstrapPgStacProps } from "./bootstrap-pgstac";
import { BootstrapPgStac, BootstrapPgStacProps } from "../bootstrapper";

/**
* An RDS instance with pgSTAC installed. This is a wrapper around the
Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./bootstrap-pgstac";
export * from "./bootstrapper";
export * from "./database";

0 comments on commit f57928e

Please sign in to comment.