$.verbose = false
-const bin = path.resolve(__dirname, '../outfile.cjs')
-const playgroundDir = path.resolve(__dirname, '../playground/')
-
const featureFlags = ['typescript', 'jsx', 'router', 'pinia', 'vitest', 'cypress']
// The following code & comments are generated by GitHub CoPilot.
flagCombinations.push(...withTestsFlags)
+const playgroundDir = path.resolve(__dirname, '../playground/')
+const bin = path.posix.relative('../playground/', '../outfile.cjs')
+
cd(playgroundDir)
for (const flags of flagCombinations) {
const projectName = flags.join('-')