/ concept-collection / stan-remote-sampling
Sign in
concept-collection / stan-remote-sampling
stan-remote-sampling / vite.config.ts
11 lines · 253 BCodeBlameHistory
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(() => ({
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: "./",
9 port: 3000,
10 },
11}));
moveopenescclose