feat: v0.1.1

This commit is contained in:
Ivan Li 2021-06-27 19:43:30 +08:00
parent 653d779efb
commit 498e77e9a1
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fennec-bs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.15",

View File

@ -88,6 +88,7 @@ export const FennecApolloClientProvider: FC = ({ children }) => {
splitLink,
]);
const client = new ApolloClient({
connectToDevTools: true,
ssrMode: typeof window === "undefined",
link,
cache: new InMemoryCache({