feat: harden recording lifecycle and refresh fnOS UI
This commit is contained in:
@@ -5,7 +5,7 @@ import path from "node:path";
|
||||
|
||||
export default defineConfig(({ command }) => ({
|
||||
plugins: [
|
||||
...(command === "serve" ? [VueDevTools()] : []),
|
||||
...(command === "serve" && process.env.VITE_DISABLE_DEVTOOLS !== "1" ? [VueDevTools()] : []),
|
||||
vue()
|
||||
],
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user