[ci] format
This commit is contained in:
parent
25fa0f527d
commit
2dbf2234ae
2 changed files with 6 additions and 6 deletions
|
@ -220,9 +220,9 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
|
||||||
vite: {
|
vite: {
|
||||||
// Setting this vite metadata to `ts` causes Vite to resolve .js
|
// Setting this vite metadata to `ts` causes Vite to resolve .js
|
||||||
// extensions to .ts files.
|
// extensions to .ts files.
|
||||||
lang: 'ts'
|
lang: 'ts',
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
// Verify frontmatter: a common reason that this plugin fails is that
|
// Verify frontmatter: a common reason that this plugin fails is that
|
||||||
|
|
|
@ -196,9 +196,9 @@ ${tsResult}`;
|
||||||
map: null,
|
map: null,
|
||||||
meta: {
|
meta: {
|
||||||
vite: {
|
vite: {
|
||||||
lang: 'ts'
|
lang: 'ts',
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue