Skip to content

Commit

Permalink
minimize $ and index
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 22, 2024
1 parent 11a9b5a commit e5315bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/builder/app/routes/$.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ const Content = () => {
};

export default Content;

export const config = {
maxDuration: 30,
};
4 changes: 4 additions & 0 deletions apps/builder/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ export const loader = (args: LoaderFunctionArgs) => catchAllloader(args);
export const ErrorBoundary = () => <CatchAllErrorBoundary />;
const Content = () => <CatchAllContnet />;
export default Content;

export const config = {
maxDuration: 30,
};

0 comments on commit e5315bf

Please sign in to comment.