Skip to content

Commit

Permalink
chore: merge main, fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 20, 2023
2 parents 3c592e1 + a82584a commit a819ff9
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 1 deletion.
130 changes: 130 additions & 0 deletions query-engine/query-engine-wasm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion query-engine/request-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
prisma-models = { path = "../prisma-models" }
query-core = { path = "../core" }
query-core = { path = "../core", features = ["metrics"] }
user-facing-errors = { path = "../../libs/user-facing-errors" }
quaint = { path = "../../quaint" }
psl.workspace = true
Expand Down

0 comments on commit a819ff9

Please sign in to comment.