diff --git a/before.js b/before.js index 47b734c..3fd3660 100644 --- a/before.js +++ b/before.js @@ -40,11 +40,11 @@ module.exports = async function({unattended, prompts, ansiColors}) { { value: 'default-esnext', title: 'Default ESNext Aurelia 2 App', - hint: 'A basic Aurelia 2 app with Babel and Webpack' + hint: 'A basic Aurelia 2 app with Babel and Vite' }, { value: 'default-typescript', title: 'Default TypeScript Aurelia 2 App', - hint: 'A basic Aurelia 2 app with TypeScript and Webpack' + hint: 'A basic Aurelia 2 app with TypeScript and Vite' }, { value: 'default-esnext-plugin', title: 'Default ESNext Aurelia 2 Plugin',