summaryrefslogtreecommitdiff
path: root/benchmark/make-project/_template.js
blob: a99c5242853f1d6b3c5a063a4ffefa39cb712cd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* eslint-disable @typescript-eslint/no-unused-vars */
/**
 * 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) {}