blob: dd392138e91b7372f727a631cc7caea00ac2b4ad (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/**
* 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) {}
|