blob: 00ebdc4737b7cdb58ff3a2c2a7082413f6a88dc1 (
plain) (
blame)
1
2
3
4
5
6
|
/**
* Create a new project in the `projectDir` directory. Make sure to clean up the
* previous artifacts here before generating files.
* @param {URL} projectDir
*/
export async function run(projectDir) {}
|