mirror of
https://github.com/seemueller-io/cluster.git
synced 2025-09-08 22:56:46 +00:00
Development environment functions
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"workspaces": [
|
||||
"deploy/dev/cluster",
|
||||
"deploy/dev/configurations",
|
||||
"deploy/dev/components"
|
||||
],
|
||||
"scripts": {
|
||||
"setup": "packages/scripts/setup.sh",
|
||||
"clean": "packages/scripts/cleanup.sh",
|
||||
"dev": "packages/scripts/dev.sh"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user