Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:page
> ./vite.config.ts
Lenses
(coming soon!)
import { defineConfig } from "vite"
import react from "@vitejs/plugin-react"
import wasm from "vite-plugin-wasm"
export default defineConfig({
// customize this to your repo name for github pages deploy
base: "/",
build: { target: "esnext" },
plugins: [wasm(), react()],
worker: {
format: "es",
plugins: () => [wasm()],
},
})