Skip to content

Commit f57928e

Browse files
committed
chore: reorg file layout
1 parent a23356f commit f57928e

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/database.ts renamed to lib/database/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
aws_secretsmanager as secretsmanager,
55
} from "aws-cdk-lib";
66
import { Construct } from "constructs";
7-
import { BootstrapPgStac, BootstrapPgStacProps } from "./bootstrap-pgstac";
7+
import { BootstrapPgStac, BootstrapPgStacProps } from "../bootstrapper";
88

99
/**
1010
* An RDS instance with pgSTAC installed. This is a wrapper around the

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "./bootstrap-pgstac";
1+
export * from "./bootstrapper";
22
export * from "./database";

0 commit comments

Comments
 (0)