mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: revert vite 5.4.2 -> 5.0.12 (#8499)
This commit is contained in:
parent
dc812bee19
commit
80f3b75d42
3 changed files with 30 additions and 274 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue