Skip to content

Commit

Permalink
Merge pull request #827 from Juneezee/vite-5
Browse files Browse the repository at this point in the history
Upgrade to Vite 5
  • Loading branch information
dartpain authored Jan 19, 2024
2 parents 396b459 + 374b665 commit 6e236ba
Show file tree
Hide file tree
Showing 15 changed files with 1,374 additions and 734 deletions.
68 changes: 34 additions & 34 deletions extensions/react-widget/dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/react-widget/dist/index.es.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions extensions/react-widget/dist/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/react-widget/dist/index.umd.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions extensions/react-widget/dist/src/App.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/// <reference types="react" />
declare function App(): JSX.Element;
export default App;
1 change: 1 addition & 0 deletions extensions/react-widget/dist/src/components/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { DocsGPTWidget } from "./DocsGPTWidget";
Empty file.
1 change: 0 additions & 1 deletion extensions/react-widget/dist/src/vite-env.d.ts

This file was deleted.

Loading

1 comment on commit 6e236ba

@vercel
Copy link

@vercel vercel bot commented on 6e236ba Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-gpt – ./frontend

docs-gpt-git-main-arc53.vercel.app
docs-gpt-arc53.vercel.app
docs-gpt-brown.vercel.app

Please sign in to comment.