Skip to content

Commit

Permalink
feat(vite.config): remove onfeatnxruntime-web(vite.config from): exte…
Browse files Browse the repository at this point in the history
…rnal remove dependencies onnxruntime-web

This commit from external dependencies removes 'on

This commitnxruntime-web removes 'on' from thenxruntime-web' from the list of external list of external dependencies in the dependencies in the Vite configuration file. Vite configuration file.
  • Loading branch information
phodal committed May 24, 2024
1 parent 4520887 commit 900c727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autodev",
"displayName": "AutoDev - 🧙the AI-powered coding wizard.",
"description": " 🧙‍AutoDev: the AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀 ",
"version": "0.3.0",
"version": "0.3.1",
"repository": "https://github.com/unit-mesh/auto-dev-vscode",
"publisher": "Phodal",
"l10n": "./l10n",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig((api) => {
plugins: [
externalizeDeps({
deps: false,
include: ["vscode", "onnxruntime-web"],
include: ["vscode"],
}),
isDev && dts(),
viteStaticCopy({
Expand Down

0 comments on commit 900c727

Please sign in to comment.