0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
matthewp 2022-06-22 16:49:59 +00:00 committed by github-actions[bot]
parent 9a813268db
commit b9f891b8a6
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
vite: { vite: {
lang: 'ts', lang: 'ts',
}, },
} },
}; };
} }
} }

View file

@ -10,7 +10,7 @@ export interface AstroQuery {
export interface ParsedRequestResult { export interface ParsedRequestResult {
filename: string; filename: string;
query: AstroQuery; query: AstroQuery;
}; }
// Parses an id to check if its an Astro request. // Parses an id to check if its an Astro request.
// CSS is imported like `import '/src/pages/index.astro?astro&type=style&index=0&lang.css'; // CSS is imported like `import '/src/pages/index.astro?astro&type=style&index=0&lang.css';