mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-05 23:14:53 -06:00
fix preact.devtools config
This commit is contained in:
@@ -22,7 +22,7 @@ export default defineConfig({
|
||||
// xslURL: "/sitemap.xsl",
|
||||
}),
|
||||
preact({
|
||||
devtools: import.meta.DEV ?? false,
|
||||
devtools: import.meta.env.DEV ?? false,
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user