mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-03 02:23:14 +00:00
Upgrade to Vite 5
This commit upgrades vite to the latest version 5, and also updates the vite plugins to the latest version. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
3
extensions/react-widget/dist/src/App.d.ts
vendored
Normal file
3
extensions/react-widget/dist/src/App.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/// <reference types="react" />
|
||||
declare function App(): JSX.Element;
|
||||
export default App;
|
||||
1
extensions/react-widget/dist/src/components/index.d.ts
vendored
Normal file
1
extensions/react-widget/dist/src/components/index.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export { DocsGPTWidget } from "./DocsGPTWidget";
|
||||
0
extensions/react-widget/dist/src/main.d.ts
vendored
Normal file
0
extensions/react-widget/dist/src/main.d.ts
vendored
Normal file
@@ -1 +0,0 @@
|
||||
/// <reference types="vite/client" />
|
||||
Reference in New Issue
Block a user