@dooer/dooer-test-env 1.11.1 → 1.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dooer/dooer-test-env",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Run the whole Dooer backend locally (staging DB minus customers), copy/purge customers between environments, and shred — one CLI.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": "Dooer/cli-dooer-test-env",
|
package/readme.md
CHANGED
|
@@ -63,15 +63,15 @@ particular machine — you `cd` to your own checkouts, and state lives in `~/.do
|
|
|
63
63
|
| [localhost:4000](http://localhost:4000) | **public-facade** — the browser-facing entrypoint (GraphQL + REST passthrough) |
|
|
64
64
|
| [localhost:4001](http://localhost:4001) | service-graphql (direct; frontends go via the facade) |
|
|
65
65
|
| [localhost:8080](http://localhost:8080) | frontend-hq |
|
|
66
|
-
| [localhost:8081](http://localhost:8081) | frontend-ai-data-studio |
|
|
67
66
|
| [localhost:8082](http://localhost:8082) | frontend-back-office-neue |
|
|
68
67
|
| [localhost:8082/tools/graphiql](http://localhost:8082/tools/graphiql) | ↳ its GraphiQL console — handy for running queries by hand |
|
|
68
|
+
| [localhost:8089](http://localhost:8089) | frontend-sumify-neue |
|
|
69
|
+
| [localhost:8081](http://localhost:8081) | frontend-ai-data-studio |
|
|
69
70
|
| [localhost:8083](http://localhost:8083) | frontend-billing-invoice |
|
|
70
71
|
| [localhost:8084](http://localhost:8084) | frontend-booking-engine |
|
|
71
72
|
| [localhost:8085](http://localhost:8085) | frontend-byra |
|
|
72
73
|
| [localhost:8087](http://localhost:8087) | frontend-microservice-documentation |
|
|
73
74
|
| [localhost:8088](http://localhost:8088) | frontend-reconcile-engine |
|
|
74
|
-
| [localhost:8089](http://localhost:8089) | frontend-sumify-neue |
|
|
75
75
|
| [localhost:8090](http://localhost:8090) | frontend-tasks |
|
|
76
76
|
| [localhost:8091](http://localhost:8091) | frontend-website |
|
|
77
77
|
| [localhost:8092](http://localhost:8092) | frontend-xrays |
|