[ci] format

This commit is contained in:
matthewp 2022-06-03 17:01:54 +00:00 committed by github-actions[bot]
parent 25fa0f527d
commit 2dbf2234ae
2 changed files with 6 additions and 6 deletions

View file

@ -220,9 +220,9 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
vite: {
// Setting this vite metadata to `ts` causes Vite to resolve .js
// extensions to .ts files.
lang: 'ts'
}
}
lang: 'ts',
},
},
};
} catch (err: any) {
// Verify frontmatter: a common reason that this plugin fails is that

View file

@ -196,9 +196,9 @@ ${tsResult}`;
map: null,
meta: {
vite: {
lang: 'ts'
}
}
lang: 'ts',
},
},
};
}