Skip to content

Commit

Permalink
chore: update before.js hint
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Aug 9, 2024
1 parent f21e543 commit 25d44a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions before.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 25d44a2

Please sign in to comment.