Upgraded webui to show more upload options and added building without using bun to the webui

This commit is contained in:
Saifeddine ALOUI
2025-02-20 11:25:57 +01:00
parent 3627b4485f
commit 3f3e9ef367
5 changed files with 12 additions and 89 deletions

View File

@@ -7,7 +7,10 @@
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"lint": "eslint .",
"preview": "bunx --bun vite preview"
"preview": "bunx --bun vite preview",
"dev-no-bun": "vite",
"build-no-bun": "vite build --emptyOutDir",
"preview-no-bun": "vite preview"
},
"dependencies": {
"@faker-js/faker": "^9.5.0",