generated from methanium/template
(fix): nix flake
This commit is contained in:
parent
8ad73cfefb
commit
33ea5a12d5
2 changed files with 38 additions and 38 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue