We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2cc74 commit 4556b49Copy full SHA for 4556b49
next.config.js
@@ -1,4 +1,3 @@
1
module.exports = {
2
reactStrictMode: true,
3
- target: "serverless",
4
};
pages/api/hello.js
@@ -1,5 +1,5 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
-import { QuirrelClient } from "quirrel";
+import { QuirrelClient } from "quirrel/client";
export default function handler(req, res) {
5
const client = new QuirrelClient({
0 commit comments