We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97fdac commit 8a2391bCopy full SHA for 8a2391b
package.json
@@ -9,6 +9,7 @@
9
"scripts": {
10
"dev": "vite",
11
"watch": "pnpm dev",
12
+ "play": "sh src/playground/configs/build.sh && vite",
13
"bundle": "rollup -c --bundleConfigAsCjs",
14
"build": "vite build",
15
"predeploy": "npm run build",
@@ -104,6 +105,7 @@
104
105
"gh-pages": "^5.0.0",
106
"husky": "^8.0.3",
107
"lint-staged": "^13.1.2",
108
+ "pinia": "^2.0.34",
109
"postcss": "^8.4.21",
110
"postcss-html": "^1.5.0",
111
"postcss-scss": "^4.0.6",
0 commit comments