mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"name": "@vitejs/test-ssr-html",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/test-alias-original": "file:./alias-original"
|
|
}
|
|
}
|