There was an error while loading. Please reload this page.
1 parent 8d18d94 commit 7e1d1bdCopy full SHA for 7e1d1bd
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openwallet-web",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"private": true,
5
"scripts": {
6
"dev": "concurrently -n next,status,sb -c blue,cyan,magenta --kill-others-on-fail \"rm -rf .next && NODE_OPTIONS='--max-old-space-size=4096' next dev\" \"tsx --env-file=.env.local scripts/dev-status.ts\" \"lsof -ti:4000 | xargs kill -9 2>/dev/null || true && rm -rf node_modules/.cache/storybook && storybook dev -p 4000 --quiet\"",
0 commit comments