Skip to content

Commit

Permalink
fix: uncaught TypeError: Cannot set properties of undefined (setting …
Browse files Browse the repository at this point in the history
…'dat')
  • Loading branch information
cloydlau committed Dec 17, 2023
1 parent dce6d6d commit fd19fdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"docs"
],
"scripts": {
"up": "nu -L !@antfu/eslint-config && ni",
"dev": "pnpm build && vite",
"up": "nu -L !@antfu/eslint-config !vite && ni",
"build": "vite build",
"serve": "vite preview",
"doc": "vitepress dev --open /README",
Expand All @@ -58,7 +59,7 @@
"rollup-plugin-visualizer": "latest",
"semver": "latest",
"simple-git-hooks": "latest",
"vite": "latest",
"vite": "~4.5.1",
"vitepress": "1.0.0-rc.32"
},
"simple-git-hooks": {
Expand All @@ -67,4 +68,4 @@
"lint-staged": {
"*.md": "case-police --fix"
}
}
}

0 comments on commit fd19fdc

Please sign in to comment.