mirror of
https://github.com/seemueller-io/cluster.git
synced 2025-09-08 22:56:46 +00:00
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"workspaces": [
|
|
"deploy/dev/cluster",
|
|
"deploy/dev/configurations",
|
|
"deploy/dev/components"
|
|
],
|
|
"scripts": {
|
|
"dev": "packages/scripts/run.sh",
|
|
"setup": "packages/scripts/setup.sh",
|
|
"clean": "packages/scripts/cleanup.sh",
|
|
"destroy": "packages/scripts/destroy.sh"
|
|
}
|
|
} |