Skip to content

Commit

Permalink
Update Meteor-Vite reference in warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenVatle committed Dec 4, 2024
1 parent 5a08ae3 commit 6c95f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-packages/meteor-vite/src/entry/bootstrap/lib/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export async function resolveMeteorViteConfig(
}

if (!userConfig.meteor._configSource) {
Instance.logger.warn('Make sure you configure MeteorVite using the Vite plugin, not the old top-level `meteor` config property.')
Instance.logger.warn('Make sure you configure Meteor-Vite using the Vite plugin, not the old top-level `meteor` config property.')
Instance.logger.warn('See the readme for an example: https://github.com/JorgenVatle/meteor-vite?tab=readme-ov-file#vite-config')
}

Expand Down

0 comments on commit 6c95f66

Please sign in to comment.