mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
chore: revert vite 5.4.2 -> 5.0.12 (#8499)
This commit is contained in:
@ -8,7 +8,7 @@ export default defineConfig({
|
||||
// Since hooks are running in stack in v2, which means all hooks run serially whereas
|
||||
// we need to run them in parallel
|
||||
sequence: {
|
||||
hooks: 'parallel',
|
||||
hooks: "parallel",
|
||||
},
|
||||
setupFiles: ["./setupTests.ts"],
|
||||
globals: true,
|
||||
|
Reference in New Issue
Block a user