Skip to content

Commit

Permalink
resolves #2053 (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
frzyc authored Oct 4, 2024
1 parent a780c85 commit 98521a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/frontend/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default defineConfig({
server: {
port: 4200,
host: 'localhost',
fs: {
cachedChecks: false,
},
},

preview: {
Expand Down
3 changes: 3 additions & 0 deletions apps/sr-frontend/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default defineConfig({
server: {
port: 4200,
host: 'localhost',
fs: {
cachedChecks: false,
},
},

preview: {
Expand Down

0 comments on commit 98521a6

Please sign in to comment.