xet-object-viewer / vite.config.ts
assafvayner's picture
assafvayner HF Staff
fix hashes
0d1e1be
raw
history blame contribute delete
214 Bytes
import devtoolsJson from 'vite-plugin-devtools-json';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit(), devtoolsJson()]
});