posimai-root/package.json

10 lines
219 B
JSON
Raw Normal View History

{
"name": "posimai-root",
"private": true,
"scripts": {
"deploy": "git push gitea main && git push github main",
"deploy:dev": "bash scripts/deploy-dev.sh",
"deploy:vps": "bash deploy-server.sh"
}
}