Add a pkgzap entry to package.json, because why not

https://github.com/getAlby/pkgzap/blob/main/cli/README.md
This commit is contained in:
Alex Gleason 2024-01-22 15:57:59 -06:00
parent d2d33cf51b
commit 0e7e49ee80
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -16,6 +16,10 @@
"bugs": {
"url": "https://gitlab.com/soapbox-pub/soapbox/-/issues"
},
"funding": {
"type": "lightning",
"url": "lightning:alex@alexgleason.me"
},
"scripts": {
"start": "npx vite serve",
"dev": "${npm_execpath} run start",