10 lines
381 B
JavaScript
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.
|
|
};
|
|
|