mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
7f9f8c6851
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"name": "@vitejs/test-client-reload",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"debug": "node --inspect-brk ../../packages/vite/bin/vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
}
|
|
}
|