Janus-1.3B-WebGPU / vite.config.js
Xenova's picture
Xenova HF Staff
Update files (#2)
7b2fb28 verified
raw
history blame contribute delete
166 Bytes
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
});