fix preact.devtools config

This commit is contained in:
2024-12-23 20:24:58 -06:00
parent c288c52517
commit 846a9adb51

View File

@@ -22,7 +22,7 @@ export default defineConfig({
// xslURL: "/sitemap.xsl", // xslURL: "/sitemap.xsl",
}), }),
preact({ preact({
devtools: import.meta.DEV ?? false, devtools: import.meta.env.DEV ?? false,
}), }),
], ],
}); });