Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and github-actions[bot] committed Apr 19, 2022
1 parent 05cf1a5 commit 0f98447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function createEdgeManifest(routes: RouteData[], entryFile: string, dir: U
version: 1,
};

const baseDir = new URL('./.netlify/edge-functions/', dir)
const baseDir = new URL('./.netlify/edge-functions/', dir);
await fs.promises.mkdir(baseDir, { recursive: true });

const manifestURL = new URL('./manifest.json', baseDir);
Expand Down

0 comments on commit 0f98447

Please sign in to comment.