This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
serengo/vite.config.ts
2025-09-29 17:14:26 +02:00

10 lines
196 B
TypeScript

import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
preview: {
allowedHosts: ['ziasvannes.tech']
}
});