Skip to content

Commit

Permalink
big refactoring
Browse files Browse the repository at this point in the history
moved files around so that it makes more sense
deleted a bunch of useless files
added todo to remind myself of what i still need to do
  • Loading branch information
conico974 committed Nov 20, 2023
1 parent 2d582b1 commit ac2be4a
Show file tree
Hide file tree
Showing 39 changed files with 182 additions and 924 deletions.
6 changes: 3 additions & 3 deletions packages/open-next/src/adapters/config/util.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import fs from "fs";
import path from "path";

import { PublicFiles } from "../../build";
import {
NextConfig,
PrerenderManifest,
RoutesManifest,
} from "../types/next-types";
} from "types/next-types";

import { PublicFiles } from "../../build";

export function loadConfig(nextDir: string) {
const filePath = path.join(nextDir, "required-server-files.json");
Expand Down
338 changes: 0 additions & 338 deletions packages/open-next/src/adapters/event-mapper.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/open-next/src/adapters/http/index.ts

This file was deleted.

Loading

0 comments on commit ac2be4a

Please sign in to comment.