Skip to content

Commit

Permalink
fix: dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 13, 2024
1 parent 6f65dee commit fa1831d
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 180 deletions.
2 changes: 1 addition & 1 deletion apps/docs-website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const config: Config = {
baseUrl: '/',

future: {
experimental_faster: false,
experimental_faster: true,
},

// GitHub pages deployment config.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"ignoreMissing": [
"vitest"
]
},
"overrides": {
"@rspack/core": "=1.0.14"
}
}
}
Loading

0 comments on commit fa1831d

Please sign in to comment.