MyFavStuff2/vite.config.js
2025-05-20 21:33:56 +02:00

10 lines
381 B
JavaScript

// vite.config.js
// Astro's config (astro.config.mjs) now handles primary server and preview settings.
// This file can be used for Vite-specific configurations not directly managed by Astro.
export default {
// Example: If you had other Vite plugins or very specific Vite-only settings,
// they would go here.
// For now, it's minimal as Astro manages common settings.
};