From 25d44a2e7211ab5b03f5613529ca133b529fc5f3 Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Fri, 9 Aug 2024 15:51:46 +1000 Subject: [PATCH] chore: update before.js hint --- before.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',