remove debug

This commit is contained in:
Kerry Archibald
2023-09-21 12:28:13 +12:00
committed by Quentin Gliech
parent a4e319315f
commit 0fada6ff47
+1 -1
View File
@@ -130,7 +130,7 @@ const exchanges = [
];
export const client = createClient({
url: "/graphql?testtest",
url: "/graphql",
// Add the devtools exchange in development
exchanges: import.meta.env.DEV ? [devtoolsExchange, ...exchanges] : exchanges,
});