Skip to content

Commit

Permalink
implement layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed May 9, 2022
1 parent 267f238 commit dd0a92e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions remix/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { BasketButton } from "./components/basket/basket-button";
import { QueryClient, QueryClientProvider } from "react-query";
import { ErrorComponent } from "./components/404";


const queryClient = new QueryClient();

export const meta: MetaFunction = () => {
Expand Down
4 changes: 2 additions & 2 deletions remix/remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* @type {import('@remix-run/dev').AppConfig}
*/
module.exports = {
ignoredRouteFiles: [".*"]
ignoredRouteFiles: [".*"],
// appDirectory: "app",
// assetsBuildDirectory: "public/build",
// serverBuildPath: "build/index.js",
// publicPath: "/build/",
// devServerPort: 8002
devServerPort: 3019
};

0 comments on commit dd0a92e

Please sign in to comment.