(fix): nix flake

This commit is contained in:
Alois 2026-07-29 23:18:49 +02:00
commit 33ea5a12d5
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 38 additions and 38 deletions

View file

@ -25,7 +25,10 @@ export default defineConfig(({ command }) => ({
tailwindcss(),
react(),
methaniumUi({ defaultThemeId: "methanium" }),
mtp({ typeMaps: "./type-maps.yaml" }) as Plugin,
mtp({
typeMaps: "./type-maps.yaml",
wasmPackArgs: command === "build" ? ["--mode", "no-install"] : undefined,
}) as Plugin,
],
resolve: {
alias: {