gradio/js/_cdn-test/package.json
2023-06-22 12:07:34 +01:00

14 lines
229 B
JSON

{
"name": "@gradio/cdn-test",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --port 3001",
"build": "vite build",
"preview": "vite preview --port 3001"
},
"devDependencies": {
"vite": "^4.0.0"
}
}