vite/playground/data-uri/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
259 B
JSON
Raw Normal View History

{
"name": "@vitejs/test-data-uri",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
2022-05-09 07:36:14 +00:00
"debug": "node --inspect-brk ../../packages/vite/bin/vite",
"preview": "vite preview"
}
2021-03-31 20:06:16 +00:00
}