File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/vite-typescript-example Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 "react" : " link:../../node_modules/react" ,
1717 "react-dom" : " link:../../node_modules/react-dom" ,
1818 "react-select" : " ^5.8.0" ,
19- "typescript" : " ^4.9" ,
2019 "uuid" : " ^9.0.1"
2120 },
2221 "devDependencies" : {
4645 "prettier" : " 3.2.5" ,
4746 "prettier-eslint" : " ^16.3.0" ,
4847 "ts-node" : " ^10.9.2" ,
48+ "typescript" : " ^4.9" ,
4949 "typescript-eslint" : " ^8.15.0" ,
5050 "vite" : " ^5.4.11"
5151 },
6464 "engines" : {
6565 "node" : " >=18"
6666 }
67- }
67+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { defineConfig } from 'vite'
44// https://vite.dev/config/
55export default defineConfig ( {
66 plugins : [ react ( ) ] ,
7- optimizeDeps : {
8- exclude : [ '@dittolive/react-ditto' ] ,
7+ server : {
8+ port : 3000 ,
99 } ,
1010} )
You can’t perform that action at this time.
0 commit comments