feat: Utils | add public and internal ingress routes

This commit is contained in:
2025-11-22 23:18:56 +05:00
parent 35c3c70b08
commit 4f5fbcf83a
8 changed files with 149 additions and 27 deletions

View File

@@ -1,2 +1,2 @@
export { IngressRoute } from "./ingress";
export { IngressRouteTcp } from "./ingress-tcp";
export { PublicIngressRoute, InternalIngressRoute } from "./ingress";
export { IngressRouteTcp } from "./ingressTCP";