-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
If you currently use a vite.config.ts file, it will fail to load in
fastify-vite/packages/fastify-vite/config.js
Line 286 in 3ba7f29
| const resolvedConfig = await resolveConfig( |
tsx, this is not normally a requirement when you otherwise already build your TypeScript and run the built JS with Node. It makes more sense to not require this and rely only on Vite's resolveConfig to load the configuration.
Motivation
Not needing to use tsx to run a project with vite.config.ts that is otherwise already built.
Example
No response
Metadata
Metadata
Assignees
Labels
No labels