xet-object-viewer / vite.config.ts
assafvayner's picture
assafvayner HF Staff
copy from app in xet-core
e2a9158
raw
history blame contribute delete
144 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});