Skip to content

Commit

Permalink
fix vite build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunwo committed Oct 6, 2024
1 parent 0d5e788 commit 5d6a8a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "webtoaudio",
"version": "1.0.0",
"description": "--- title: Webtoaudio emoji: 🔥 colorFrom: green colorTo: indigo sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false license: mit ---",
"description": "Webtoaudio build",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"vite": "^5.4.8"
"@gradio/client": "^1.6.0-beta.3"
},
"devDependencies": {
"@gradio/client": "^1.6.0-beta.3"
"vite": "^5.4.8"
}
}

0 comments on commit 5d6a8a6

Please sign in to comment.