mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 03:14:58 -06:00
fix preact.devtools config
This commit is contained in:
@@ -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,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user