9ca3682Stan remote sampling: compile via stan-wasm-wasi, sample via wasm-execJeremy Magland 1import react from "@vitejs/plugin-react";
2import { defineConfig } from "vite";
036f521Use a relative base so the build works at any mount pointowner 4export default defineConfig(() => ({
9ca3682Stan remote sampling: compile via stan-wasm-wasi, sample via wasm-execJeremy Magland 5 plugins: [react()],
036f521Use a relative base so the build works at any mount pointowner 6 // Relative base, so the build works wherever it is mounted
7 base: "./",
9ca3682Stan remote sampling: compile via stan-wasm-wasi, sample via wasm-execJeremy Magland 8 server: {
9 port: 3000,
10 },
11}));