[ci] format

This commit is contained in:
matthewp 2022-05-11 15:14:43 +00:00 committed by github-actions[bot]
parent efe4f1a3ef
commit 3bb07a01e0
2 changed files with 24 additions and 24 deletions

View file

@ -6,9 +6,9 @@ export async function createRedirects(
dir: URL,
entryFile: string,
edge: boolean
) {
) {
const _redirectsURL = new URL('./_redirects', dir);
const kind = edge ? 'edge-functions' : 'functions'
const kind = edge ? 'edge-functions' : 'functions';
// Create the redirects file that is used for routing.
let _redirects = '';