This commit is contained in:
Andras Schmelczer 2026-05-21 07:43:10 +01:00
parent 2fe3c69963
commit 6bc125be1c
104 changed files with 3088 additions and 2414 deletions

View file

@ -11,7 +11,10 @@ const esbuildTargets = browserslistToEsbuild();
export default defineConfig(({ command }) => ({
base: './',
plugins: [
viteSingleFile({ useRecommendedBuildConfig: false }),
viteSingleFile({
inlinePattern: ['index-*.js', 'style-*.css'],
useRecommendedBuildConfig: false,
}),
...(command === 'serve' ? [basicSsl()] : []),
],
css: {