Skip to content

Commit

Permalink
More fixing at the seams
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhoule committed Sep 7, 2023
1 parent 95ce643 commit 7a40ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as pgDriver from 'pg'
import pgDriver from 'pg'
import * as pg from '@jkomyno/prisma-adapter-pg'
import * as qe from './qe'
import * as engines from './engines/Library'
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SOURCE=$(dirname ${BASH_SOURCE[0]})
echo -n "source: "
echo $SOURCE
node "${SOURCE}/query-engine/js-connectors/js/connector-test-kit-executor/dist/index.mjs"
node "${SOURCE}/query-engine/driver-adapters/js/connector-test-kit-executor/dist/index.mjs"

0 comments on commit 7a40ccd

Please sign in to comment.