Skip to content

Commit a93e10e

Browse files
committed
Optional hyperdrive
1 parent 805a4b5 commit a93e10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default {
177177
}
178178
}
179179

180-
if (env.HYPERDRIVE.connectionString) {
180+
if (env.HYPERDRIVE?.connectionString) {
181181
dataSource.external = {
182182
dialect: 'postgresql',
183183
connectionString: env.HYPERDRIVE.connectionString,

0 commit comments

Comments
 (0)