Skip to content

Commit

Permalink
Upgrade vite (#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 28, 2024
1 parent 1b8a058 commit a163717
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"serialize-javascript": "6.0.2",
"superjson": "2.0.0",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.2.6",
"vm-browserify": "1.1.2",
"whatwg-url": "14.0.0",
"ws": "8.16.0",
Expand Down
1 change: 1 addition & 0 deletions packages/toolpad-studio/src/server/toolpadAppBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ if (import.meta.hot) {
server: {
fs: {
allow: [root, path.resolve(currentDirectory, '../../../../')],
cachedChecks: false,
},
},
optimizeDeps: {
Expand Down
Loading

0 comments on commit a163717

Please sign in to comment.