Skip to content

Commit

Permalink
refactor: use glob pattern for warm-up vite
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Apr 15, 2024
1 parent ba5356e commit 20a6a25
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ export default defineConfig({
See more: https://vitejs.dev/guide/performance.html#warm-up-frequently-used-files
*/
clientFiles: [
"./testcases/**/*",
"../src/parser/**/*",
"../src/graphToExcalidraw.ts",
"./initExcalidraw.ts",
"../src/parser/class.ts",
"../src/parser/flowchart.ts",
"../src/parser/sequence.ts",
"./testcases/class.ts",
"./testcases/flowchart.ts",
"./testcases/sequence.ts",
"./testcases/unsupported.ts",
],
},
},
Expand Down

0 comments on commit 20a6a25

Please sign in to comment.