mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't crash vite on error in dev mode
This commit is contained in:
@@ -19,7 +19,7 @@ export default defineConfig(env => ({
|
|||||||
visualizer(),
|
visualizer(),
|
||||||
biomePlugin({
|
biomePlugin({
|
||||||
mode: "check",
|
mode: "check",
|
||||||
failOnError: true,
|
failOnError: env.mode !== "development",
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
base: "./",
|
base: "./",
|
||||||
|
|||||||
Reference in New Issue
Block a user