Skip to content

Commit

Permalink
Install @apollo/client and add serverDependenciesToBundle to fix warn…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
craigpalermo committed Jun 29, 2022
1 parent b5a51a4 commit 5895f2a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10,196 deletions.
3 changes: 3 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { MetaFunction } from "@remix-run/node";
import { gql } from "@apollo/client";
import {
Links,
LiveReload,
Expand All @@ -14,6 +15,8 @@ export const meta: MetaFunction = () => ({
viewport: "width=device-width,initial-scale=1",
});

console.log(gql);

export default function App() {
return (
<html lang="en">
Expand Down
Loading

0 comments on commit 5895f2a

Please sign in to comment.