mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
9a813268db
commit
b9f891b8a6
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
|
|||
vite: {
|
||||
lang: 'ts',
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ export interface AstroQuery {
|
|||
export interface ParsedRequestResult {
|
||||
filename: string;
|
||||
query: AstroQuery;
|
||||
};
|
||||
}
|
||||
|
||||
// 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';
|
||||
|
|
Loading…
Reference in a new issue