Skip to content

Commit

Permalink
Revert "Use revert-esm prisma/prisma branch by default (#4452)" (#4457)
Browse files Browse the repository at this point in the history
This reverts commit 4d2e008.
  • Loading branch information
Miguel Fernández authored Nov 16, 2023
1 parent 9f206d0 commit 2ef5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONFIG_PATH = ./query-engine/connector-test-kit-rs/test-configs
CONFIG_FILE = .test_config
SCHEMA_EXAMPLES_PATH = ./query-engine/example_schemas
DEV_SCHEMA_FILE = dev_datamodel.prisma
DRIVER_ADAPTERS_BRANCH ?= revert-esm
DRIVER_ADAPTERS_BRANCH ?= main

LIBRARY_EXT := $(shell \
case "$$(uname -s)" in \
Expand Down

0 comments on commit 2ef5b74

Please sign in to comment.