mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
8 lines
380 B
JavaScript
8 lines
380 B
JavaScript
/**
|
|
* Create a new project in the `projectDir` directory. Make sure to clean up the
|
|
* previous artifacts here before generating files.
|
|
* @param {URL} projectDir
|
|
*/
|
|
// biome-ignore lint/correctness/noUnusedVariables: parameters here are template placeholders
|
|
// biome-ignore lint/correctness/noUnusedFunctionParameters: (same as above)
|
|
export async function run(projectDir) {}
|