1.0.3 • Published 12 months ago
node-pocketbase-binary v1.0.3
node-pocketbase-binary
Downloads the pocketbase binary for use in npm/npx scripts
- Downloads the latest version of pocketbase
Example npm script usage
"scripts": {
"start-pb": "pocketbase serve --dir ./pocketbase/pb_data",
},