fix: page

This commit is contained in:
2024-12-08 12:54:57 +08:00
parent a4f03c76eb
commit b5dde4e823
4 changed files with 114 additions and 9 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "@kevisual/store",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"main": "dist/store.js",
"module": "dist/store.js",
"types": "dist/store.d.ts",
"private": false,
"type": "module",
"scripts": {
"dev": "rollup -c -w",
"build": "npm run clean && rollup -c",
"build:app": "npm run build && rsync dist/* ../deploy/dist",
"clean": "rm -rf dist"