.github
arch
crates
isolation
nix
public
scripts
src
tests
.envrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.tool-versions
Cargo.lock
Cargo.toml
CHANGELOG.md
CLAUDE.md
Dockerfile.release
eslint.config.js
flake.lock
flake.nix
index.html
LICENSE
package-lock.json
package.json
playwright.config.ts
README.md
RELEASE.md
rust-toolchain.toml
svelte.config.js
tsconfig.json
vite.config.ts
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
};