mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"name": "@vitejs/test-resolve-config",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"dev": "vite --force",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
}
|
|
}
|