astro-payload-test/package.json
tobias 421394a794
All checks were successful
continuous-integration/drone/push Build is passing
Add dev:build script
2024-05-19 08:50:33 +02:00

12 lines
323 B
JSON

{
"name": "paystro",
"description": "A pre-configured setup for easy website development with Astro and Payload CMS using Docker.",
"license": "AGPL-3.0-or-later",
"version": "1.2",
"scripts": {
"dev": "docker compose up",
"stop": "docker compose down",
"dev:build": "docker compose up --build"
}
}