vite/playground/proxy-hmr/other-app/package.json
divdavem 711dd80761
fix: allow using vite as a proxy for another vite server (#13218)
Co-authored-by: sapphi-red <green@sapphi.red>
2023-06-15 12:49:41 +00:00

12 lines
196 B
JSON

{
"name": "@vitejs/test-other-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}