Skip to content

Commit 4556b49

Browse files
committed
wrong error message, apparently
1 parent 4d2cc74 commit 4556b49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module.exports = {
22
reactStrictMode: true,
3-
target: "serverless",
43
};

pages/api/hello.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
2-
import { QuirrelClient } from "quirrel";
2+
import { QuirrelClient } from "quirrel/client";
33

44
export default function handler(req, res) {
55
const client = new QuirrelClient({

0 commit comments

Comments
 (0)